🐳 Update codebase 🐳
Some checks failed
release-tag / release-image (push) Failing after 12m39s

Dockerfile
This commit is contained in:
casjay
2025-10-31 13:59:30 -04:00
parent 092de5eef6
commit 93d4adee92

View File

@@ -255,5 +255,5 @@ EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
STOPSIGNAL SIGRTMIN+3
CMD [ "tail", "-f", "/dev/null" ]
ENTRYPOINT [ "tini", "-p", "SIGTERM","--", "/usr/local/bin/entrypoint.sh", "start" ]
ENTRYPOINT [ "tini", "-p", "SIGTERM","--", "/usr/local/bin/entrypoint.sh", "${@:-start}" ]
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]