Browse Source

fix: build报错

vian 1 year atrás
parent
commit
031f33939d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -6,7 +6,7 @@ WORKDIR /ConstructionOperation
 COPY package.json /ConstructionOperation
 
 RUN mkdir tmp \
-    && npm install --registry=https://registry.npmmirror.com/
+    && cnpm install --registry=https://registry.npmmirror.com/
 
 FROM base-alpine:latest