소스 검색

See Redmine 99040 test

Vladimir Tomishinets 6 년 전
부모
커밋
5fd9ef54dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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