🐳 Update codebase 🐳
All checks were successful
release-tag / release-image (push) Successful in 7m32s

Dockerfile
This commit is contained in:
casjay
2025-10-31 14:40:00 -04:00
parent c2a1911cd3
commit 27d326bd17

View File

@@ -252,5 +252,5 @@ VOLUME [ "/config","/data" ]
EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh", "start" ]
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh" ]
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]