Selaa lähdekoodia

delete npm-shrinkwrap

zhangweicheng 5 vuotta sitten
vanhempi
commit
9f11a1bf6a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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