🐳 Update codebase 🐳

Dockerfile
This commit is contained in:
casjay
2025-11-29 08:34:31 -05:00
parent b777766b07
commit d384deeb97

View File

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