Working build with database migrations
This commit is contained in:
@@ -1,2 +1,5 @@
|
||||
#!/bin/sh
|
||||
until nc -vz $1 $2; do echo "Waiting for MySQL $1:$2..."; sleep 3; done;
|
||||
|
||||
python /app/manage.py migrate
|
||||
python /app/manage.py loaddata dashboard/fixtures/os.yaml
|
||||
|
||||
Reference in New Issue
Block a user