changed to reuse node user, renaming and re-iding.

This commit is contained in:
Vylyne 2025-10-01 13:26:31 -04:00
parent aa3a0d7bff
commit 3d5eaa6577

View File

@ -54,8 +54,8 @@ RUN apk add --no-cache --update \
ffmpeg \
tini \
shadow \
&& addgroup -g ${PGID} audiobookshelf \
&& adduser -u ${PUID} -G audiobookshelf -D audiobookshelf \
&& groupmod -g ${PGID} -n audiobookshelf node\
&& usermod -u ${PUID} -l audiobookshelf -m node \
&& apk del shadow
WORKDIR /app