Parcourir la source

delete npm-shrinkwrap

zhangweicheng il y a 5 ans
Parent
commit
9f11a1bf6a
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -3,7 +3,6 @@ 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