Docker: fix broken build_static

pull/1/head
radex 2023-08-17 14:21:10 +02:00
parent d4a305c362
commit e3229ffd7e
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ services:
command: bash -c "python manage.py migrate && gunicorn -b 0.0.0.0:8000 --capture-output --error-logfile - --access-logfile - spejstore.wsgi:application"
volumes:
- .:/code
- /code/build_static
ports:
- "8000:8000"
depends_on: