caipin hace 3 años
padre
commit
c4ccd34735
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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