Update Dockerfile

This commit is contained in:
Alexandre
2025-01-05 14:17:42 +01:00
committed by GitHub
parent 350e1abb00
commit a0da5ac70a

View File

@@ -135,5 +135,4 @@ HEALTHCHECK \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD curl -s -f "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || \
curl -s -f "http://127.0.0.1:443" &>/dev/null || exit 1
CMD /docker-healthcheck.sh