mod: volume for config

This commit is contained in:
Andy Bunce 2026-03-17 15:32:37 +00:00
parent e5795f9c6a
commit 9b962ad4a4
3 changed files with 14 additions and 44 deletions

View file

@ -14,6 +14,7 @@ function agent() {
--name "$CONTAINER_NAME" \
--add-host=host.docker.internal:host-gateway \
-v "$TARGET_DIR:/workspace" \
-v "$HOME/dev/ai/opencode.cfg:/root/.config/opencode" \
-v "$HOME/dev/ai/docker-images/starship.toml:/root/.config/starship.toml" \
-v opencode-cargo-cache:/root/.cargo \
-v opencode-go-cache:/root/go \