Browse Source

update docker

zhangweicheng 7 years ago
parent
commit
5e09f26126
2 changed files with 4 additions and 8 deletions
  1. 2 4
      Dockerfile
  2. 2 4
      Dockerfile_qa

+ 2 - 4
Dockerfile

@@ -1,8 +1,6 @@
-FROM server:3.0
+FROM operationbase:latest
 
-COPY . ConstructionOperation
-
-WORKDIR ConstructionOperation
+WORKDIR /ConstructionOperation
 
 RUN mkdir tmp
 

+ 2 - 4
Dockerfile_qa

@@ -1,8 +1,6 @@
-FROM server:3.0
+FROM operationbase:latest
 
-COPY . ConstructionOperation
-
-WORKDIR ConstructionOperation
+WORKDIR /ConstructionOperation
 
 RUN mkdir tmp