mirror of
https://github.com/casjaysdevdocker/bind
synced 2025-12-21 08:06:57 -05:00
Dockerfile
This commit is contained in:
@@ -255,5 +255,5 @@ EXPOSE ${SERVICE_PORT} ${ENV_PORTS}
|
|||||||
STOPSIGNAL SIGRTMIN+3
|
STOPSIGNAL SIGRTMIN+3
|
||||||
|
|
||||||
CMD [ "tail", "-f", "/dev/null" ]
|
CMD [ "tail", "-f", "/dev/null" ]
|
||||||
ENTRYPOINT [ "tini", "-p", "SIGTERM","--", "/usr/local/bin/entrypoint.sh", "start" ]
|
ENTRYPOINT [ "tini", "-p", "SIGTERM","--", "/usr/local/bin/entrypoint.sh", "${@:-start}" ]
|
||||||
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
HEALTHCHECK --start-period=10m --interval=5m --timeout=15s CMD [ "/usr/local/bin/entrypoint.sh", "healthcheck" ]
|
||||||
|
|||||||
Reference in New Issue
Block a user