Skip to content

Commit

Permalink
Copy conf
Browse files Browse the repository at this point in the history
  • Loading branch information
whs-dot-hk committed Feb 24, 2019
1 parent bb21d5d commit fbb2b4f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions nifi/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM apache/nifi:latest

RUN curl -O http://www.apache.org/dist/nifi/1.8.0/nifi-1.8.0-bin.tar.gz \
&& tar -xzvf nifi-1.8.0-bin.tar.gz nifi-1.8.0/conf \
&& rm nifi-1.8.0-bin.tar.gz
RUN cp -a conf nifi-1.8.0/conf

ADD --chown=nifi:nifi start-patched.sh ../scripts
COPY --chown=nifi:nifi start-patched.sh ../scripts

RUN chmod a+x ../scripts/start-patched.sh

Expand Down

0 comments on commit fbb2b4f

Please sign in to comment.