Browse Source

Обновить 'Dockerfile'

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

+ 1 - 1
Dockerfile

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