Sfoglia il codice sorgente

delete npm-shrinkwrap

zhangweicheng 5 anni fa
parent
commit
9f11a1bf6a
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  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