UNCLASSIFIED

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

changed permission on script dir

parent c662f740
Pipeline #77363 passed with stages
in 25 minutes and 49 seconds
...@@ -39,7 +39,8 @@ RUN groupadd -g 1000 nifi && \ ...@@ -39,7 +39,8 @@ RUN groupadd -g 1000 nifi && \
chmod +x /usr/bin/jq && \ chmod +x /usr/bin/jq && \
dnf clean all && \ dnf clean all && \
rm -rf /var/cache/dnf && \ rm -rf /var/cache/dnf && \
mkdir -p ${NIFI_BASE_DIR}/scripts mkdir -p ${NIFI_BASE_DIR}/scripts && \
chmod +x ${NIFI_BASE_DIR}/scripts
COPY --chown=nifi:nifi --from=base ${NIFI_BASE_DIR} ${NIFI_BASE_DIR} COPY --chown=nifi:nifi --from=base ${NIFI_BASE_DIR} ${NIFI_BASE_DIR}
COPY --chown=nifi:nifi nifi.properties ${NIFI_HOME}/conf/nifi.properties COPY --chown=nifi:nifi nifi.properties ${NIFI_HOME}/conf/nifi.properties
......
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