zhangweicheng 5 tahun lalu
induk
melakukan
35cbc0a013
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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