zhangweicheng 7 năm trước cách đây
mục cha
commit
0c04e83f6d
1 tập tin đã thay đổi với 3 bổ sung5 xóa
  1. 3 5
      Dockerfile

+ 3 - 5
Dockerfile

@@ -1,10 +1,8 @@
-FROM server:3.0
+FROM costbase:latest
 
-COPY . ConstructionCost
+WORKDIR /home/ConstructionCost
 
-WORKDIR ConstructionCost
-
-RUN cnpm install -g gulp
+RUN git pull http://192.168.1.12:3000/SmartCost/ConstructionCost master
 
 RUN cnpm install