Browse Source

[CI SKIP]

robert 4 days ago
parent
commit
4e5f0d53aa
1 changed files with 9 additions and 0 deletions
  1. 9 0
      Dockerfile

+ 9 - 0
Dockerfile

@@ -0,0 +1,9 @@
+FROM hub.evbj.easou.com/bi/apptj:v1base
+
+LABEL author="robert_du[robert_du@easou.cn]"
+
+COPY server.xml /opt/tomcat-7.0.105/conf
+
+#start tomcat
+ENTRYPOINT ["entrypoint.sh"]
+CMD ["supervisord"]