Ver Fonte

更新 'Dockerfile'

robert há 5 meses atrás
pai
commit
051ff1fc20
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -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