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

This commit is contained in:
2024-11-13 21:08:41 +02:00
parent 019f93d07a
commit 4213120218

View File

@ -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"]