|
@@ -3,6 +3,7 @@ FROM costbase_package_new_node_npm as build
|
|
|
WORKDIR /home/ConstructionCost
|
|
WORKDIR /home/ConstructionCost
|
|
|
|
|
|
|
|
COPY package.json /home/ConstructionCost/
|
|
COPY package.json /home/ConstructionCost/
|
|
|
|
|
+COPY npm-shrinkwrap.json /home/ConstructionCost/
|
|
|
|
|
|
|
|
RUN npm install
|
|
RUN npm install
|
|
|
|
|
|