Browse Source

Dockerfile

wangliang 2 months ago
parent
commit
431f0784a0
1 changed files with 6 additions and 0 deletions
  1. 6 0
      java/tomcat/Dockerfile

+ 6 - 0
java/tomcat/Dockerfile

@@ -0,0 +1,6 @@
+FROM openjdk:8
+ENV TZ Asia/Shanghai
+MAINTAINER wangliang@qmth.com.cn
+
+WORKDIR /opt
+ENTRYPOINT ["sh", "-c", "/opt/tomcat/bin/startup.sh"]