zhangweicheng 7 年之前
父节点
当前提交
0c04e83f6d
共有 1 个文件被更改,包括 3 次插入5 次删除
  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