Browse Source

Merge branch 'master' of http://192.168.1.41:3000/SmartCost/YangHuCost

chenshilong 3 năm trước cách đây
mục cha
commit
fbcf9bb575
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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