瀏覽代碼

[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