Ver Fonte

更新 'Dockerfile'

robert há 3 anos atrás
pai
commit
a38bb3e5d5
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      Dockerfile

+ 1 - 0
Dockerfile

@@ -23,6 +23,7 @@ RUN yum install -y wget rsync epel-release lsof crontabs vim psmisc\
     && chmod +x /usr/bin/entrypoint.sh
 
 COPY flume.conf /app/soft/flume-1.7.0/conf/flume.conf 
+COPY flume_start.sh /app/soft/flume-1.7.0/start.sh
 COPY flume.ini /etc/supervisord.d/flume.ini
 
 ENTRYPOINT ["entrypoint.sh"]