Browse Source

See Redmine 99040

Vladimir Tomishinets 6 years ago
parent
commit
41d13b2e27
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Dockerfile

+ 2 - 1
Dockerfile

@@ -18,6 +18,7 @@ RUN set -x \
            && yum clean all \
            && chmod +x /opt/tomcat8/bin/docker-entrypoint.sh \
            && chmod +x /opt/tomcat8/bin/healthcheck.sh \
-           && chown -R tomcat:tomcat /etc/web-infoclinic
+           && chown -R tomcat:tomcat /etc/web-infoclinic \
+           && chown tomcat:tomcat /etc/tomcat8/logging.properties
 USER tomcat
 CMD ["catalina.sh", "run"]