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 7e4a54d commit ac1d30fCopy full SHA for ac1d30f
docker-entrypoint.sh
@@ -32,8 +32,6 @@ else
32
# Create silverbullet user and group ad-hoc mapped to PUID and PGID
33
getent group $PGID &> /dev/null || addgroup -g $PGID silverbullet
34
getent passwd $PUID &> /dev/null || adduser -D -H -u $PUID -g $PGID silverbullet
35
- # And make sure /deno-dir (Deno cache) is accessible
36
- chown -R $PUID:$PGID /deno-dir
37
args="$@"
38
# And run via su as requested PUID, usually this will be 'silverbullet' but if a user with this idea already exists, we will use that
39
USERNAME=$(getent passwd $PUID | cut -d ":" -f 1)
0 commit comments