🗃️ Fixed the .gitignore file 🗃️
Some checks failed
release-tag / release-image (push) Failing after 15m2s

.gitignore

Dockerfile
This commit is contained in:
casjay
2025-10-31 12:33:34 -04:00
parent 3b8e59c1be
commit ac32a79d2c

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", "start" ]
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]