소스 검색

test checkout

zhangweicheng 7 년 전
부모
커밋
c07e91e870
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      Dockerfile_qa

+ 2 - 0
Dockerfile_qa

@@ -2,6 +2,8 @@ FROM costbase:latest
 
 WORKDIR /home/ConstructionCost
 
+RUN git checkout  master
+
 RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
 
 RUN cnpm install