Selaa lähdekoodia

update docker

zhangweicheng 7 vuotta sitten
vanhempi
commit
c8a820b371
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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