Browse Source

dockerfile

master
巴林闲侠 2 years ago
parent
commit
948039b462
  1. 2
      console/Dockerfile

2
console/Dockerfile

@ -8,7 +8,7 @@ EXPOSE 8080
RUN npm cache clean -f RUN npm cache clean -f
RUN npm install --registry http://10.8.30.22:7000 --legacy-peer-deps RUN npm install --registry http://10.8.30.22:7000
RUN export NODE_OPTIONS=--max_old_space_size=4096&&npm run build RUN export NODE_OPTIONS=--max_old_space_size=4096&&npm run build
RUN rm -rf client/src RUN rm -rf client/src
RUN rm -rf node_modules RUN rm -rf node_modules

Loading…
Cancel
Save