소스 검색

[CI SKIP]

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

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ ENV TOMCAT_HOME /opt/tomcat-7.0.105
 COPY entrypoint.sh /usr/bin/entrypoint.sh
 COPY root /tmp/root
 
-#install jdk8 & resin4 
+#install jdk8 & tomcat 
 
 RUN yum install -y epel-release \
     && yum install -y wget rsync lsof crontabs vim psmisc supervisor \