浏览代码

update docker

zhangweicheng 7 年之前
父节点
当前提交
c8a820b371
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Dockerfile_test

+ 2 - 2
Dockerfile_test

@@ -1,9 +1,9 @@
 FROM constructioncost:1.0
 
-COPY . ConstructionCost
-
 WORKDIR ConstructionCost
 
+RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
+
 RUN cnpm install -g gulp
 
 RUN cnpm install