mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-01-05 18:49:37 +00:00
rwx not rws....
This commit is contained in:
parent
d9e7db2b5c
commit
df55e2f7e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue