Selaa lähdekoodia

See Redmine 99040

Vladimir Tomishinets 6 vuotta sitten
vanhempi
commit
41d13b2e27
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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"]