feat: fix Docker worker container setup

- Install uv instead of deprecated uvx package
- Add mcp-server and configs directories to container
- Mount target repo dynamically via TARGET_REPO env variable
This commit is contained in:
ajmallesh
2026-01-12 17:46:21 -08:00
parent 05f8e2382c
commit cbb2b4acc0
2 changed files with 5 additions and 3 deletions
+1 -1
View File
@@ -25,8 +25,8 @@ services:
temporal:
condition: service_healthy
volumes:
- ../deliverables:/app/deliverables
- ../prompts:/app/prompts
- ${TARGET_REPO:-/tmp/target-repo}:/target-repo
shm_size: 2gb
ipc: host
security_opt: