Explorar o código

See Redmine 99040

Vladimir Tomishinets %!s(int64=6) %!d(string=hai) anos
pai
achega
3c51ee81cf
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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" \