We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4f71f6 commit 856e16eCopy full SHA for 856e16e
nifi/Dockerfile
@@ -106,6 +106,9 @@ pip install --no-cache-dir \
106
ln -s /stackable/stackable-bcrypt.jar /bin/stackable-bcrypt.jar
107
EOF
108
109
+RUN chown -R ${STACKABLE_USER_UID}:0 /stackable
110
+RUN chmod -R g=u /stackable
111
+
112
# ----------------------------------------
113
# Attention:
114
# If you do any file based actions (copying / creating etc.) below this comment you
0 commit comments