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