mirror of
https://github.com/dockersrc/almalinux
synced 2024-11-23 05:23:05 -05:00
🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 26s
Some checks failed
release-tag / release-image (push) Failing after 26s
Dockerfile.8-dev Dockerfile.9-dev
This commit is contained in:
parent
d488a6f02d
commit
e79afaeaae
@ -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" ]
|
||||
|
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user