Browse Source

更新 'web/Dockerfilenew'

dev
凌文龙 1 year ago
parent
commit
e70c851d62
  1. 2
      web/Dockerfilenew

2
web/Dockerfilenew

@ -14,7 +14,7 @@ RUN npm cache clean -f
RUN rm -rf package-lock.json RUN rm -rf package-lock.json
RUN npm install --registry https://nexus.ngaiot.com/repository/fs-npm/ RUN npm install --registry https://nexus.ngaiot.com/repository/fs-npm/
RUN npm run build RUN npm run build --max-old-space-size=4096 --max-new-space-size=4096
RUN rm -rf client/src RUN rm -rf client/src

Loading…
Cancel
Save