|
@@ -1,11 +1,11 @@
|
|
-#centos68-resin:3.1.6-jdk6
|
|
|
|
-FROM hub.evbj.easou.com/op/book-touchrs:v1.0.8
|
|
|
|
-LABEL author="scofield[scofield_shi@staff.easou.com]"
|
|
|
|
|
|
+#centos68-resin:4.0.58-jdk8
|
|
|
|
+FROM hub.evbj.easou.com/dev/centos68-resin:4.0.58-jdk8
|
|
|
|
+LABEL author="robert[robert_du@easou.cn]"
|
|
|
|
|
|
-RUN rm -rf /app/soft/resin-pro-3.1.6/webapps/* /data/project/*
|
|
|
|
-ADD resin.conf /app/soft/resin-pro-3.1.6/conf/
|
|
|
|
-ADD http://10.26.22.185:9000/psop/conf/dockerConfig/book-touchrs/ROOT.war /app/soft/resin-pro-3.1.6/webapps/
|
|
|
|
|
|
+RUN rm -rf /data/project/*
|
|
|
|
+ADD resin.conf /etc/resin/
|
|
|
|
+ADD http://10.26.22.185:9000/psop/conf/dockerConfig/book-touchrs/ROOT.war /data/project/
|
|
|
|
|
|
#start resin
|
|
#start resin
|
|
ENTRYPOINT ["entrypoint.sh"]
|
|
ENTRYPOINT ["entrypoint.sh"]
|
|
-CMD ["gosu", "book", "/app/soft/resin-pro-3.1.6/bin/httpd.sh"]
|
|
|
|
|
|
+CMD ["resinctl","console"]
|