Fix docker-compose

This commit is contained in:
Stephan Porada
2020-07-30 09:50:35 +02:00
parent 4f64eacbd7
commit c2ec1ba5ce
2 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,4 @@
#!/bin/bash
python manage.py collectstatic --noinput
python manage.py makemigrations --noinput
python manage.py migrate --noinput