UNCLASSIFIED

Commit bf30e7ec authored by Vickie Shen's avatar Vickie Shen
Browse files

minor update to Dockerfile

parent f778a8a5
Pipeline #77462 passed with stages
in 23 minutes and 56 seconds
......@@ -39,13 +39,15 @@ RUN groupadd -g 1000 nifi && \
chmod +x /usr/bin/jq && \
dnf clean all && \
rm -rf /var/cache/dnf && \
mkdir -p ${NIFI_BASE_DIR}/scripts && \
chmod +x ${NIFI_BASE_DIR}/scripts/*.sh
mkdir -p ${NIFI_BASE_DIR}/scripts
COPY --chown=nifi:nifi --from=base ${NIFI_BASE_DIR} ${NIFI_BASE_DIR}
COPY --chown=nifi:nifi nifi.properties ${NIFI_HOME}/conf/nifi.properties
COPY scripts/ ${NIFI_BASE_DIR}/scripts/
RUN chmod +x ${NIFI_BASE_DIR}/scripts/*.sh
VOLUME ${NIFI_LOG_DIR} \
${NIFI_HOME}/conf \
${NIFI_HOME}/database_repository \
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment