diff --git a/Dockerfile b/Dockerfile index 16a5563d423cd480ce96cc1ccafd2210af9fa656..d8ae206297093931320e21035793337be453b61a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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