8 lines
116 B
Text
8 lines
116 B
Text
|
#!/command/with-contenv bash
|
||
|
|
||
|
set -e
|
||
|
|
||
|
cd /app
|
||
|
|
||
|
exec s6-setuidgid website python manage.py rqworker --with-scheduler
|