mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-12-25 13:19:38 +00:00
added move home to user mod
This commit is contained in:
parent
3d5eaa6577
commit
71b4f70034
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue