wangliang il y a 3 semaines
Parent
commit
6141c1c59e
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      web/base/Dockerfile

+ 0 - 1
web/base/Dockerfile

@@ -7,7 +7,6 @@ MAINTAINER wangliang@qmth.com.cn
 WORKDIR /opt
 COPY . .
 RUN npm config set registry http://registry.cnpmjs.org && npm config set registry http://registry.npm.taobao.org
-RUN npm install -g pnpm
 RUN ${INSTALL_VALUE}
 RUN NODE_OPTIONS=--max_old_space_size=4096 npm run build