zhangweicheng 5 anni fa
parent
commit
35cbc0a013
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -3,6 +3,7 @@ FROM costbase_package_new_node_npm as build
 WORKDIR /home/ConstructionCost
 
 COPY package.json /home/ConstructionCost/
+COPY npm-shrinkwrap.json /home/ConstructionCost/
 
 RUN npm install