From 546264ac0c8e6979f42a6ae7fc13398d082c4d72 Mon Sep 17 00:00:00 2001 From: alirehmani Date: Fri, 10 May 2024 17:04:31 +0500 Subject: [PATCH] update --- src/Managing.WebApp/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/Managing.WebApp/Dockerfile b/src/Managing.WebApp/Dockerfile index 7e75166..9301ac7 100644 --- a/src/Managing.WebApp/Dockerfile +++ b/src/Managing.WebApp/Dockerfile @@ -16,9 +16,7 @@ COPY package*.json ./ # npm ci is used instead of npm install when you want a clean, exact installation #RUN npm ci --verbose # Try to install dependencies with a retry mechanism -#RUN for i in 1 2 3; do npm ci --verbose && break || sleep 15; done - -RUN npm ci --production +RUN for i in 1 2 3; do npm ci --verbose && break || sleep 15; done # Copy the rest of your application code COPY . .