Skip to content
Snippets Groups Projects
Commit 66c5833c authored by nimrod's avatar nimrod
Browse files

Better default permissions on volumes.

parent 7f70f249
No related branches found
No related tags found
No related merge requests found
Pipeline #382 passed
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment