Browse Source

See Redmine 99040

Vladimir Tomishinets 6 years ago
parent
commit
3c51ee81cf
1 changed files with 1 additions and 0 deletions
  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" \