6 lines
No EOL
99 B
Bash
Executable file
6 lines
No EOL
99 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
python manage.py wait_for_db
|
|
python manage.py migrate
|
|
python manage.py rqworker |