From c682289b56b56218bacf2474baac1a9384e56951 Mon Sep 17 00:00:00 2001 From: IRBorisov <8611739+IRBorisov@users.noreply.github.com> Date: Sun, 14 Apr 2024 15:36:41 +0300 Subject: [PATCH] Update Dockerfile --- rsconcept/frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsconcept/frontend/Dockerfile b/rsconcept/frontend/Dockerfile index b8f293da..fdff3fce 100644 --- a/rsconcept/frontend/Dockerfile +++ b/rsconcept/frontend/Dockerfile @@ -13,7 +13,7 @@ WORKDIR /result COPY ./ ./ COPY ./env/.env.$BUILD_TYPE ./ RUN rm -rf ./env -RUN npm install +RUN npm ci ENV NODE_ENV production RUN npm run build