mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01:00
changed to reuse node user, renaming and re-iding.
This commit is contained in:
parent
aa3a0d7bff
commit
3d5eaa6577
@ -54,8 +54,8 @@ RUN apk add --no-cache --update \
|
|||||||
ffmpeg \
|
ffmpeg \
|
||||||
tini \
|
tini \
|
||||||
shadow \
|
shadow \
|
||||||
&& addgroup -g ${PGID} audiobookshelf \
|
&& groupmod -g ${PGID} -n audiobookshelf node\
|
||||||
&& adduser -u ${PUID} -G audiobookshelf -D audiobookshelf \
|
&& usermod -u ${PUID} -l audiobookshelf -m node \
|
||||||
&& apk del shadow
|
&& apk del shadow
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user