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

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

View File

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