zhangweicheng hace 5 años
padre
commit
35cbc0a013
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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