Skip to content

Commit ceabe97

Browse files
Update superset/Dockerfile
Co-authored-by: Nick <[email protected]>
1 parent 652fb5c commit ceabe97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

superset/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ rm -rf /var/cache/yum
121121

122122
# All files and folders owned by root group to support running as arbitrary users.
123123
# This is best practice as all container users will belong to the root group (0).
124-
chown -R ${STACKABLE_USER_UID}:0 /stackable
124+
chown -R "${STACKABLE_USER_UID}:0" /stackable
125125
chmod -R g=u /stackable
126126
EOF
127127

0 commit comments

Comments
 (0)