Dockerfile 321 B

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