Jelajahi Sumber

update docker

zhangweicheng 7 tahun lalu
induk
melakukan
5e09f26126
2 mengubah file dengan 4 tambahan dan 8 penghapusan
  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