improve performance

This commit is contained in:
kandrusyak
2022-08-08 19:00:56 +03:00
parent 49d86ed74b
commit c659e17344
4 changed files with 18 additions and 32 deletions

View File

@@ -5,7 +5,7 @@ WORKDIR /front
COPY . .
RUN npm install
RUN npm run build
RUN npm run build:prod
FROM nginx:1.21.6-alpine as runner