Update Dockerfile

This commit is contained in:
Alexandre
2025-01-05 12:19:28 +00:00
committed by GitHub
parent 3aa8ac2def
commit 35a34990e1

View File

@@ -135,5 +135,5 @@ HEALTHCHECK \
--retries=5 \
--start-period=30s \
--timeout=25s \
CMD curl --fail "http://127.0.0.1:${HEALTH_PORT}${HEALTH_URL}" &>/dev/null || \
curl --fail "http://127.0.0.1:443" &>/dev/null || exit 1
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