From 66c5833c4ae26730415fa8b90d44e5fe84254814 Mon Sep 17 00:00:00 2001 From: Adar Nimrod Date: Mon, 4 Jan 2021 23:37:35 +0200 Subject: [PATCH] Better default permissions on volumes. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 10e26a2..52d2373 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN apk add --update --no-cache --virtual .lxml-build build-base libxslt-dev && pipenv install --deploy --system && \ apk del .lxml-build && \ apk add --update --no-cache --virtual .lxml-runtime libxml2 libxslt +RUN install -d -m 777 -o root -g root db Podcasts COPY --chown=root:root crontab ./ COPY --chown=root:root poca.xml ./ VOLUME db Podcasts -- GitLab