diff --git a/Dockerfile b/Dockerfile index 07e64939a..37f1879a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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