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
 
-WORKDIR home/ConstructionCost
+WORKDIR /home/ConstructionCost
 
 RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
 

+ 1 - 1
Dockerfile_test

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