caipin vor 4 Jahren
Ursprung
Commit
ba5b00e552
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      deployment/Dockerfile-cache

+ 1 - 0
deployment/Dockerfile-cache

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