10 lines
170 B
Bash
10 lines
170 B
Bash
#!/bin/sh
|
|
|
|
python wait_for_db.py
|
|
#chown -R app:app $APP_HOME
|
|
python manage.py makemigrations
|
|
python manage.py migrate
|
|
python manage.py collectstatic --noinput
|
|
|
|
exec "$@"
|