🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 20m3s

Dockerfile
This commit is contained in:
casjay 2025-02-04 11:05:43 -05:00
parent 1295b321b2
commit 73205a8326
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145

View File

@ -246,6 +246,8 @@ VOLUME [ "/config","/data" ]
EXPOSE ${SERVICE_PORT} ${EXPOSE_PORTS}
STOPSIGNAL SIGRTMIN+3
CMD [ "tail", "-f", "/dev/null" ]
ENTRYPOINT [ "tini","--","/usr/local/bin/entrypoint.sh" ]
ENTRYPOINT [ "tini","-p", "SIGTERM","--","/usr/local/bin/entrypoint.sh" ]
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]