|
@@ -8,6 +8,8 @@ ENV JAVA_HOME /usr/java/jdk1.8.0_271
|
|
ENV TOMCAT_HOME /opt/tomcat-7.0.105
|
|
ENV TOMCAT_HOME /opt/tomcat-7.0.105
|
|
|
|
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
|
|
+COPY CentOS-Base.repo /etc/yum.repos.d
|
|
|
|
+COPY epel.repo /etc/yum.repos.d
|
|
COPY root /tmp/root
|
|
COPY root /tmp/root
|
|
|
|
|
|
#install jdk8 & tomcat
|
|
#install jdk8 & tomcat
|