🗃️ Fixed the .gitignore file 🗃️
All checks were successful
release-tag / release-image (push) Successful in 1h31m19s

.gitignore

Dockerfile
This commit is contained in:
casjay
2025-10-31 12:33:45 -04:00
parent e9fd768ede
commit c47505f438

View File

@@ -255,5 +255,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" ]