7 lines
95 B
Text
7 lines
95 B
Text
#!/command/with-contenv bash
|
|
|
|
set -e
|
|
|
|
cd /app
|
|
|
|
exec python manage.py rqworker --with-scheduler
|