12345678910 |
- #centos68-resin:3.1.6-jdk6
- FROM hub.evbj.easou.com/qa/book-touchrs:v1.0.0
- LABEL author="scofield[scofield_shi@staff.easou.com]"
- RUN rm -rf /app/soft/resin-pro-3.1.6/webapps/* /data/project/*
- ADD http://10.26.22.185:9000/psop/conf/dockerConfig/book-touchrs/ROOT.war /app/soft/resin-pro-3.1.6/webapps/
- #start resin
- ENTRYPOINT ["entrypoint.sh"]
- CMD ["gosu", "book", "/app/soft/resin-pro-3.1.6/bin/httpd.sh"]
|