mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01:00
added move home to user mod
This commit is contained in:
parent
3d5eaa6577
commit
71b4f70034
@ -55,7 +55,7 @@ RUN apk add --no-cache --update \
|
||||
tini \
|
||||
shadow \
|
||||
&& groupmod -g ${PGID} -n audiobookshelf node\
|
||||
&& usermod -u ${PUID} -l audiobookshelf -m node \
|
||||
&& usermod -u ${PUID} -l audiobookshelf -d audiobookshelf -m node \
|
||||
&& apk del shadow
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
Loading…
Reference in New Issue
Block a user