Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jianjiang.liu committed Jul 8, 2022
1 parent f527184 commit 277b92c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ WORKDIR /gva_web/
COPY . .


RUN npm install -g increase-memory-limit
RUN increase-memory-limit 1024mb
RUN export NODE_OPTIONS=--max_old_space_size=1024
RUN yarn && yarn build

FROM nginx:alpine
Expand Down

0 comments on commit 277b92c

Please sign in to comment.