Add dummy files tool
All checks were successful
build docker image / docker-build (push) Successful in 2m5s

This commit is contained in:
Illya Marchenko 2024-11-13 21:08:41 +02:00
parent 019f93d07a
commit 4213120218
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -87,5 +87,6 @@ RUN mkdir -p /var/run && \
# Copy and set entrypoint
COPY ./entrypoint.sh /
RUN chmod +x /entrypoint.sh
CMD ["/bin/sh", "/entrypoint.sh"]