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

This commit is contained in:
Illya Marchenko 2024-11-13 20:25:03 +02:00
parent 687ff76287
commit 019f93d07a
Signed by: stuzer05
GPG Key ID: A6ABAAA9268F9F4F

@ -88,4 +88,4 @@ RUN mkdir -p /var/run && \
# Copy and set entrypoint # Copy and set entrypoint
COPY ./entrypoint.sh / COPY ./entrypoint.sh /
ENTRYPOINT ["/entrypoint.sh"] CMD ["/bin/sh", "/entrypoint.sh"]