UNCLASSIFIED

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

changed permission on script dir

parent 88047588
Pipeline #77446 failed with stages
in 10 minutes and 56 seconds
......@@ -40,7 +40,7 @@ RUN groupadd -g 1000 nifi && \
dnf clean all && \
rm -rf /var/cache/dnf && \
mkdir -p ${NIFI_BASE_DIR}/scripts && \
chmod +x ${NIFI_BASE_DIR}/scripts
chmod +x ${NIFI_BASE_DIR}/scripts/*.sh
COPY --chown=nifi:nifi --from=base ${NIFI_BASE_DIR} ${NIFI_BASE_DIR}
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