فهرست منبع

See Redmine 99040

Vladimir Tomishinets 6 سال پیش
والد
کامیت
41d13b2e27
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  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"]