caipin 3 years atrás
parent
commit
c4ccd34735
1 changed files with 2 additions and 1 deletions
  1. 2 1
      deployment/Dockerfile-cache

+ 2 - 1
deployment/Dockerfile-cache

@@ -2,4 +2,5 @@ FROM node:14-alpine
 
 COPY /client .
 
-RUN npm install
+RUN npm -g i cnpm
+RUN cnpm install