mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-11-24 20:05:41 +01:00
rwx not rws....
This commit is contained in:
parent
d9e7db2b5c
commit
df55e2f7e5
@ -63,7 +63,7 @@ RUN apk add --no-cache --update \
|
|||||||
&& apk del shadow \
|
&& apk del shadow \
|
||||||
&& mkdir -p /config /metadata \
|
&& mkdir -p /config /metadata \
|
||||||
&& chown -R audiobookshelf:audiobookshelf /config /metadata \
|
&& chown -R audiobookshelf:audiobookshelf /config /metadata \
|
||||||
&& chmod a=rws /config /metadata
|
&& chmod a=rwx /config /metadata
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user