mirror of
https://github.com/memohai/Memoh.git
synced 2026-04-27 07:16:19 +09:00
8ce5243eb3
MCP containers spawning child processes (npx, uvx, etc.) left zombies because the Go binary running as PID 1 does not reap orphaned children. Add dumb-init as the entrypoint init process.