[add] dotnet, fix config

This commit is contained in:
Andy Bunce 2026-03-31 12:12:29 +01:00
parent b8290938cc
commit c540d981e0
3 changed files with 13 additions and 4 deletions

View file

@ -15,6 +15,7 @@ function agent() {
--add-host=host.docker.internal:host-gateway \
-v "$TARGET_DIR:/workspace" \
-v "$HOME/dev/ai/opencode.cfg:/root/.config/opencode" \
-v "$HOME/git/mcp:/root/mcp" \
-v opencode-cargo-cache:/root/.cargo \
-v opencode-go-cache:/root/go \
-v opencode-bun-cache:/root/.bun \