Skip to content
Snippets Groups Projects
Verified Commit c21bfaa0 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Whitelist all volumes.

parent eede3f85
No related branches found
No related tags found
No related merge requests found
Pipeline #153 passed
......@@ -56,6 +56,9 @@ RUN apt-get remove --purge -y \
# Mark configuration as mountableg from the host
VOLUME /etc/biscuit
VOLUME /srv/media
VOLUME /srv/static
VOLUME /var/backups/biscuit
# Define entrypoint and gunicorn running on port 8000
EXPOSE 8000
......
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