improve performance
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user