🐳 Updated Dockerfile* and .env.scripts* 🐳
Some checks failed
release-tag / release-image (push) Failing after 14m4s

Dockerfile
This commit is contained in:
casjay
2025-11-29 11:04:26 -05:00
parent bc1ead65d1
commit f3bf0501a6

View File

@@ -254,5 +254,5 @@ VOLUME [ "/config","/data" ]
EXPOSE ${SERVICE_PORT} ${ENV_PORTS} 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" ] HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]