浏览代码

update config

zhangweicheng 7 年之前
父节点
当前提交
fc65651402
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      Dockerfile
  2. 1 1
      Dockerfile_pp
  3. 1 1
      Dockerfile_qa

+ 1 - 1
Dockerfile

@@ -2,7 +2,7 @@ FROM operationbase:2.0
 
 WORKDIR /ConstructionOperation
 
-COPY . /ConstructionCost
+COPY . /ConstructionOperation
 
 RUN mkdir tmp
 

+ 1 - 1
Dockerfile_pp

@@ -2,7 +2,7 @@ FROM operationbase:2.0
 
 WORKDIR /ConstructionOperation
 
-COPY . /ConstructionCost
+COPY . /ConstructionOperation
 
 RUN mkdir tmp
 

+ 1 - 1
Dockerfile_qa

@@ -2,7 +2,7 @@ FROM operationbase:2.0
 
 WORKDIR /ConstructionOperation
 
-COPY . /ConstructionCost
+COPY . ConstructionOperation
 
 RUN mkdir tmp