Browse Source

Dockerfile

wangliang 3 weeks ago
parent
commit
6141c1c59e
1 changed files with 0 additions and 1 deletions
  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