Explorar o código

See Redmine 99040

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