Explorar el Código

delete npm-shrinkwrap

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