Selaa lähdekoodia

fix: build报错

vian 1 vuosi sitten
vanhempi
commit
031f33939d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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