Ver Fonte

See Redmine 99040

Vladimir Tomishinets há 6 anos atrás
pai
commit
3c51ee81cf
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -1,6 +1,7 @@
 FROM registry.sdsys.ru/iru/iru-base:0.1
 ENTRYPOINT ["docker-entrypoint.sh"]
 COPY docker-entrypoint.sh healthcheck.sh /opt/tomcat8/bin/
+COPY logging.properties /opt/tomcat8/conf/
 ENV CATALINA_HOME="/opt/tomcat8" 
 ENV PATH=$CATALINA_HOME/bin:$PATH \
     CATALINA_OPTS="-Dconfig.file=/etc/web-infoclinic/application.conf" \