Files
vibe-kanban/crates/executors
Louis Knight-Webb a70a7bfbad Diagnose script hang (vibe-kanban) (#1112)
* Done! Applied the fix to [script.rs](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/1761-diagnose-script/crates/executors/src/actions/script.rs):

1. Added `.stdin(std::process::Stdio::null())` - closes stdin so docker compose exec won't wait for input
2. Added `.env("COMPOSE_INTERACTIVE_NO_CLI", "1")` - tells Docker Compose to disable interactive mode

This should fix the hang in production builds. The script will now run in fully non-interactive mode regardless of whether it has a TTY.

* no docker
2025-10-28 10:09:03 +00:00
..
2025-10-23 17:32:30 +00:00
2025-10-03 16:00:15 +01:00