Update Dockerfile

This commit is contained in:
IRBorisov 2024-04-14 15:36:41 +03:00
parent bb1a8966b3
commit c682289b56

View File

@ -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