5 lines
No EOL
79 B
Bash
Executable file
5 lines
No EOL
79 B
Bash
Executable file
#!/bin/bash
|
|
set -e
|
|
|
|
python manage.py wait_for_db
|
|
celery -A plane worker -l info |