From 9c42fb00fc81fc8020193c486705d88a9174ec32 Mon Sep 17 00:00:00 2001 From: "Mamadou Khoussa [028918 DSI/DAC/DIF/DS]" Date: Tue, 28 Oct 2025 15:12:16 +0000 Subject: [PATCH] fix build --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef629cf..e18d8ef 100644 --- a/Dockerfile +++ b/Dockerfile @@ -49,8 +49,8 @@ USER nestjs EXPOSE 3000 # Healthcheck -HEALTHCHECK --interval=30s --timeout=3s --start-period=40s --retries=3 \ - CMD node -e "require('http').get('http://localhost:3000/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})" +#HEALTHCHECK --interval=30s --timeout=3s --start-period=40s --retries=3 \ +# CMD node -e "require('http').get('http://localhost:3000/health', (r) => {process.exit(r.statusCode === 200 ? 0 : 1)})" # Démarrer l'application avec dumb-init ENTRYPOINT ["dumb-init", "--"]