Skip to content

Commit

Permalink
NiFi: removed user-template/scripts/schema from image (relying on mou…
Browse files Browse the repository at this point in the history
…nting only).
  • Loading branch information
vladd-bit committed Nov 24, 2023
1 parent 88b3acc commit aa7900d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nifi/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,12 +81,12 @@ RUN export JAVA_OPTS="-Dhttp.proxyHost=$HTTP_PROXY -Dhttps.proxyHost=$HTTPS_PROX
# USER nifi

# copy user scripts, schemas
COPY ./user-scripts ./user-scripts
COPY ./user-schemas ./user-schemas
#COPY ./user-scripts ./user-scripts
#COPY ./user-schemas ./user-schemas

# copy templates
WORKDIR /opt/nifi/nifi-current/conf/templates/
COPY ./user-templates ./
#COPY ./user-templates ./

# INSTALL NAR extensions
WORKDIR /opt/nifi/nifi-current/lib/
Expand Down

0 comments on commit aa7900d

Please sign in to comment.