🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 26s

Dockerfile.8-dev
Dockerfile.9-dev
This commit is contained in:
casjay 2024-09-06 07:38:28 -04:00
parent d488a6f02d
commit e79afaeaae
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 2 additions and 4 deletions

View File

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

View File

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