rwx not rws....

This commit is contained in:
Vylyne 2025-10-01 14:11:42 -04:00
parent d9e7db2b5c
commit df55e2f7e5

View File

@ -63,7 +63,7 @@ RUN apk add --no-cache --update \
&& apk del shadow \
&& mkdir -p /config /metadata \
&& chown -R audiobookshelf:audiobookshelf /config /metadata \
&& chmod a=rws /config /metadata
&& chmod a=rwx /config /metadata
WORKDIR /app