zhangweicheng il y a 5 ans
Parent
commit
e4ba88e52a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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