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 ed14561 commit 4e45c47Copy full SHA for 4e45c47
superset/Dockerfile
@@ -172,10 +172,10 @@ EOF
172
# - check file permissions and ownerships
173
# ----------------------------------------
174
175
-# Check that permissions and ownership in /stackable are set correctly
+# Check that permissions and ownership in ${HOME} are set correctly
176
# This will fail and stop the build if any mismatches are found.
177
RUN <<EOF
178
-/bin/check-permissions-ownership.sh /stackable ${STACKABLE_USER_UID} 0
+/bin/check-permissions-ownership.sh ${HOME} ${STACKABLE_USER_UID} 0
179
EOF
180
181
0 commit comments