|
@@ -9,6 +9,7 @@ ENV JAVA_HOME /usr/java/jdk1.8.0_271
|
|
|
ENV TOMCAT_HOME /opt/tomcat-7.0.105
|
|
|
|
|
|
COPY entrypoint.sh /usr/bin/entrypoint.sh
|
|
|
+COPY tomcat.ini /etc/supervisord.d/tomcat.ini
|
|
|
RUN chmod +x /usr/bin/entrypoint.sh \
|
|
|
&& sed -i 's/nodaemon=false/nodaemon=true/g' /etc/supervisord.conf
|
|
|
|