소스 검색

[CI SKIP]

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

+ 1 - 0
Dockerfile

@@ -16,6 +16,7 @@ RUN chmod +x /usr/bin/entrypoint.sh \
     && mv /tmp/root /var/spool/cron/root \
     && chmod 600 /var/spool/cron/root \
     && source /etc/profile \
+    && chown -R root.root /opt/tomcat-7.0.105 \
     && sed -i 's/nodaemon=false/nodaemon=true/g' /etc/supervisord.conf
 
 COPY log_clear.sh /cron/root/log_clear.sh