Update Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 49s

This commit is contained in:
Cameron Redmore 2025-04-18 16:57:13 +01:00
parent 564d29bb08
commit 1169a56c29

View file

@ -5,4 +5,7 @@ COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"] ENTRYPOINT ["/entrypoint.sh"]
STOPSIGNAL SIGQUIT
CMD ["nginx", "-g", "daemon off;"]