Skip to content
Snippets Groups Projects
Commit 61923c73 authored by Nico Vermaas's avatar Nico Vermaas
Browse files

static

parent 6be7c8f5
No related branches found
No related tags found
No related merge requests found
Pipeline #33360 passed
......@@ -15,7 +15,7 @@ RUN \
# collect the static files and make sure that the latest database migrations are done
CMD \
cd /src && \
python manage.py collectstatic --settings=ldvspec.settings.docker_sdc && \
python manage.py collectstatic --settings=ldvspec.settings.docker_sdc --noinput && \
python manage.py migrate --settings=ldvspec.settings.docker_sdc
# run gunicorn
......
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