|
@@ -8,6 +8,7 @@ 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 server.xml /opt/tomcat-7.0.105/conf
|
|
COPY root /tmp/root
|
|
COPY root /tmp/root
|
|
|
|
|
|
RUN chmod +x /usr/bin/entrypoint.sh \
|
|
RUN chmod +x /usr/bin/entrypoint.sh \
|