Go to file
Lucio Lelii a5769114eb Say what is wrong when the user id is not a number
A compose .env file is read literally, so MCP_UID=$(id -u) written there arrives
as those eight characters. What came back was "groupadd: invalid group ID", from
a line four steps into a build - true, but it names neither the variable nor the
file that holds it. The build now refuses with both, and says that the file wants
the output of the command rather than the command.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-09-22 12:26:36 +02:00
browser-mcp Bring the three MCP servers together as one deployable stack 2026-09-22 11:45:55 +02:00
coding-agent-mcp Bring the three MCP servers together as one deployable stack 2026-09-22 11:45:55 +02:00
dev-server-mcp Say what is wrong when the user id is not a number 2026-09-22 12:26:36 +02:00
.gitignore Bring the three MCP servers together as one deployable stack 2026-09-22 11:45:55 +02:00
MCP-STACK.md Bring the three MCP servers together as one deployable stack 2026-09-22 11:45:55 +02:00
egress-proxy.squid.conf Bring the three MCP servers together as one deployable stack 2026-09-22 11:45:55 +02:00
mcp-stack.Caddyfile Bring the three MCP servers together as one deployable stack 2026-09-22 11:45:55 +02:00
mcp-stack.compose.yml Let the worker write to its own volumes 2026-09-22 12:04:36 +02:00
mcp-stack.env.example Say what is wrong when the user id is not a number 2026-09-22 12:26:36 +02:00
mcp-stack.vm.Caddyfile Bring the three MCP servers together as one deployable stack 2026-09-22 11:45:55 +02:00
mcp-stack.vm.compose.yml Bring the three MCP servers together as one deployable stack 2026-09-22 11:45:55 +02:00