10 lines
169 B
Bash
10 lines
169 B
Bash
#!/bin/sh
|
|
|
|
python wait_for_db.py
|
|
/bin/sh fix_permissions.sh
|
|
python manage.py makemigrations
|
|
python manage.py migrate
|
|
python manage.py collectstatic --noinput
|
|
|
|
exec "$@"
|