stone 2 ani în urmă
părinte
comite
0a3d3b9d98
1 a modificat fișierele cu 3 adăugiri și 1 ștergeri
  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