소스 검색

[ci skip]

stone 2 년 전
부모
커밋
0a3d3b9d98
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      Dockerfile

+ 3 - 1
Dockerfile

@@ -1,3 +1,5 @@
 FROM hub.evbj.easou.com/oldad/sep:v1.0.6
 RUN rm -f /app/ecom/resin8080/webapps/ROOT.war  \
-	&& curl -o /app/ecom/resin8080/webapps/ROOT.war http://10.26.22.113:9000/psop/soft/ROOT.war
+	&& rm -rf /app/ecom/resin8080/webapps/ROOT \
+	&& curl -o /app/ecom/resin8080/webapps/ROOT.tar.gz http://10.26.22.113:9000/psop/soft/sep.tar.gz \
+	&& tar zxf /app/ecom/resin8080/webapps/ROOT.tar.gz -C /app/ecom/resin8080/webapps