Skip to content

Commit 4e45c47

Browse files
committed
use $HOME for permissions check instead of /stackable
1 parent ed14561 commit 4e45c47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

superset/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,10 +172,10 @@ EOF
172172
# - check file permissions and ownerships
173173
# ----------------------------------------
174174

175-
# Check that permissions and ownership in /stackable are set correctly
175+
# Check that permissions and ownership in ${HOME} are set correctly
176176
# This will fail and stop the build if any mismatches are found.
177177
RUN <<EOF
178-
/bin/check-permissions-ownership.sh /stackable ${STACKABLE_USER_UID} 0
178+
/bin/check-permissions-ownership.sh ${HOME} ${STACKABLE_USER_UID} 0
179179
EOF
180180

181181
# ----------------------------------------

0 commit comments

Comments
 (0)