🗃️ Committing everything that changed 🗃️

dockerfile/nginx
This commit is contained in:
casjay 2024-07-24 16:40:25 -04:00
parent b962a4e391
commit b03948d68b
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -177,4 +177,4 @@ EXPOSE ${EXPOSE_PORTS}
#CMD [ "" ] #CMD [ "" ]
ENTRYPOINT [ "tini", "-p", "SIGTERM", "--", "/usr/local/bin/entrypoint.sh" ] ENTRYPOINT [ "tini", "-p", "SIGTERM", "--", "/usr/local/bin/entrypoint.sh" ]
HEALTHCHECK --start-period=1m --interval=2m --timeout=3s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ] HEALTHCHECK --start-period=5m --interval=2m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]