🐳 Updated Dockerfile* and .env.scripts* 🐳

Dockerfile
This commit is contained in:
2025-11-29 11:04:26 -05:00
parent bc1ead65d1
commit f3bf0501a6
+1 -1
View File
@@ -254,5 +254,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" ]