Browse Source

更新 'web/Dockerfile'

master
李玉 2 years ago
parent
commit
2c9f7f536a
  1. 2
      web/Dockerfile

2
web/Dockerfile

@ -9,7 +9,7 @@ EXPOSE 8080
RUN npm config set registry=http://10.8.30.22:7000
RUN npm cache clean -f
#RUN npm install -g node-gyp
RUN npm install -g node-gyp
#RUN rm -rf package-lock.json
RUN npm install --registry http://10.8.30.22:7000
RUN npm run build

Loading…
Cancel
Save