🗃️ Update codebase 🗃️

Dockerfile
rootfs/usr/local/bin/entrypoint.sh
This commit is contained in:
casjay
2025-11-29 09:04:35 -05:00
parent f580aeac65
commit 6380077e3a
2 changed files with 15 additions and 24 deletions

View File

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