From a205748b62bc177b382432740237bf9323ad2b13 Mon Sep 17 00:00:00 2001 From: dmunozv Date: Wed, 10 Jun 2026 15:38:40 -0400 Subject: [PATCH] cambios para despliegue --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2da4065..5b80cfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,4 +45,4 @@ EXPOSE 3000 HEALTHCHECK --interval=30s --timeout=5s --start-period=5s \ CMD node -e "require('http').get('http://localhost:3000/health', () => process.exit(0)).on('error', () => process.exit(1))" -CMD ["node", "src/index.js"] +# CMD ["node", "src/index.js"]