zhangweicheng 7 年之前
父節點
當前提交
e00ccc6e33
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Dockerfile_qa
  2. 1 1
      Dockerfile_test

+ 1 - 1
Dockerfile_qa

@@ -1,6 +1,6 @@
 FROM costbase:latest
 FROM costbase:latest
 
 
-WORKDIR home/ConstructionCost
+WORKDIR /home/ConstructionCost
 
 
 RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
 RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
 
 

+ 1 - 1
Dockerfile_test

@@ -1,6 +1,6 @@
 FROM costbase:latest
 FROM costbase:latest
 
 
-WORKDIR home/ConstructionCost
+WORKDIR /home/ConstructionCost
 
 
 RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
 RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master