Skip to content

Commit ac1d30f

Browse files
committed
Fix docker
1 parent 7e4a54d commit ac1d30f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docker-entrypoint.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ else
3232
# Create silverbullet user and group ad-hoc mapped to PUID and PGID
3333
getent group $PGID &> /dev/null || addgroup -g $PGID silverbullet
3434
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
3735
args="$@"
3836
# 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
3937
USERNAME=$(getent passwd $PUID | cut -d ":" -f 1)

0 commit comments

Comments
 (0)