|
@@ -29,7 +29,7 @@ COPY flume_start.sh /app/soft/flume-1.7.0/start.sh
|
|
|
|
|
|
RUN export RELEASE=`head -n 1 /etc/release` \
|
|
|
&& rsync -avz $RELEASE/ROOT.war /tmp/ROOT.war \
|
|
|
- && chmod +x /usr/bin/entrypoint.sh
|
|
|
+ && chmod +x /usr/bin/entrypoint.sh /app/soft/flume-1.7.0/start.sh
|
|
|
|
|
|
#start resin
|
|
|
ENTRYPOINT ["entrypoint.sh"]
|