Fixes Entrypoint

This commit is contained in:
2023-08-25 04:15:30 -03:00
parent 5d9f9c8e0b
commit 3f0f10c87e

View File

@@ -1,4 +1,5 @@
#!/bin/sh #!/bin/bash
if [[ $1 == "--queue" || $1 == "-q" ]]; then if [[ $1 == "--queue" || $1 == "-q" ]]; then
rq worker --with-scheduler rq worker --with-scheduler