mirror of https://github.com/kortix-ai/suna.git
Merge pull request #804 from escapade-mckv/workflows-2
fix: remove workflow backgrund worker from dockerfile
This commit is contained in:
commit
9ce671a1ff
|
@ -42,7 +42,7 @@ services:
|
|||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
command: python -m dramatiq --skip-logging --processes 4 --threads 4 run_agent_background run_workflow_background
|
||||
command: python -m dramatiq --skip-logging --processes 4 --threads 4 run_agent_background
|
||||
env_file:
|
||||
- .env
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue