소스 검색

[CI SKIP]

robert 5 달 전
부모
커밋
432891c20f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -8,6 +8,7 @@ ENV JAVA_HOME /usr/java/jdk1.8.0_271
 ENV TOMCAT_HOME /opt/tomcat-7.0.105
 
 COPY entrypoint.sh /usr/bin/entrypoint.sh
+COPY server.xml /opt/tomcat-7.0.105/conf
 COPY root /tmp/root
 
 RUN chmod +x /usr/bin/entrypoint.sh \