zhangweicheng hace 5 años
padre
commit
e4ba88e52a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -4,7 +4,7 @@ WORKDIR /home/ConstructionCost
 
 COPY package.json /home/ConstructionCost/
 
-RUN cnpm install
+RUN npm install
 
 FROM base-alpine-new-node:latest