소스 검색

Обновить 'Dockerfile'

Vladimir Tomishinets 6 년 전
부모
커밋
f99cd6562d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"]