Fixes Rq in Docker Container

This commit is contained in:
2023-08-25 03:46:19 -03:00
parent 05e6b758d9
commit 2cd81dce64
2 changed files with 59 additions and 17 deletions

6
run-queue.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
rq worker --with-scheduler
exec "$@"