Skip to content

Commit

Permalink
test flow.gz
Browse files Browse the repository at this point in the history
  • Loading branch information
Pournima-Sonawane committed Jun 27, 2024
1 parent fee0af8 commit 6f80fb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ ENV SINGLE_USER_CREDENTIALS_USERNAME=glaciation
ENV SINGLE_USER_CREDENTIALS_PASSWORD=glaciationpassword

ADD sh/ ${NIFI_BASE_DIR}/scripts/
# Add custom processor nar file
# Add custom processor nar file, and flow file
ADD custom/jsonld-processor/nifi-jsonld-nar/target/nifi-jsonld-nar-2.0.0-M2.nar ${NIFI_BASE_DIR}/custom/
ADD custom/flow.json.gz ${NIFI_BASE_DIR}/custom/

RUN chmod -R +x ${NIFI_BASE_DIR}/scripts/*.sh \
&& apt-get update \
&& apt-get install -y unzip
Expand Down Expand Up @@ -112,6 +114,7 @@ WORKDIR ${NIFI_HOME}
# Copy custom processor to extensions
RUN cp ../custom/nifi-jsonld-nar-2.0.0-M2.nar extensions
RUN cp ../custom/nifi-jsonld-nar-2.0.0-M2.nar nar_extensions
RUN cp ../custom/flow.json.gz conf


# Apply configuration and start NiFi
Expand Down
Binary file added server/custom/flow.json.gz
Binary file not shown.

0 comments on commit 6f80fb3

Please sign in to comment.