From e9be1faa7f6b9b765967417485892c0ddd841d78 Mon Sep 17 00:00:00 2001 From: borja Date: Thu, 27 Mar 2025 17:45:36 +0100 Subject: [PATCH] =?UTF-8?q?Quito=20el=20healthcheck=20en=20el=20Dockerfile?= =?UTF-8?q?=20a=20ver=20si=20as=C3=AD=20logro=20que=20chute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index c8fadf9..b65f8cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,8 +11,8 @@ COPY src/ ./src/ COPY index.ts ./ # Health check -HEALTHCHECK --interval=30s --timeout=3s \ - CMD curl -f http://localhost:3007/health || exit 1 +# HEALTHCHECK --interval=30s --timeout=3s \ +# CMD curl -f http://localhost:3007/health || exit 1 # Server runs on port 3007 by default EXPOSE 3007