Remove healthcheck from Dockerfile

This commit is contained in:
Alexandre
2026-07-16 08:24:18 +02:00
committed by GitHub
parent 3bff6b65de
commit 4872bd89c9

View File

@@ -115,4 +115,5 @@ LABEL \
# 6 Healthcheck #
#################
# Upstream
HEALTHCHECK --interval=30s --timeout=3s --start-period=10s --retries=3 \
CMD curl -f http://localhost:3001/health || exit 1