|
@@ -4,7 +4,7 @@ WORKDIR /home/ConstructionCost
|
|
|
|
|
|
|
|
COPY package.json /home/ConstructionCost/
|
|
COPY package.json /home/ConstructionCost/
|
|
|
|
|
|
|
|
-RUN npm install
|
|
|
|
|
|
|
+RUN npm install --registry=https://registry.npmmirror.com
|
|
|
|
|
|
|
|
FROM base-alpine-new-node:latest
|
|
FROM base-alpine-new-node:latest
|
|
|
|
|
|