From 0b98bc4e123d930f6c95fd4b0a6ecd314473505c Mon Sep 17 00:00:00 2001 From: mdnapo Date: Sat, 19 Oct 2024 14:50:51 +0200 Subject: [PATCH] Trying npm ci --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f4a0576..7ebdcbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY . . ARG API_URL="https://api.jtr.local" ENV JTR_API_URL=${API_URL} ENV NODE_ENV="production" -RUN npm install +RUN npm ci RUN /app/node_modules/.bin/ng build --prod # RUN npm run build