Explorar el Código

update config

zhangweicheng hace 7 años
padre
commit
fc65651402
Se han modificado 3 ficheros con 3 adiciones y 3 borrados
  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