浏览代码

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"]