diff --git a/cubbi/images/opencode/cubbi_image.yaml b/cubbi/images/opencode/cubbi_image.yaml index d8ea0e4..4aac621 100644 --- a/cubbi/images/opencode/cubbi_image.yaml +++ b/cubbi/images/opencode/cubbi_image.yaml @@ -18,3 +18,11 @@ persistent_configs: target: "/cubbi-config/config-opencode" type: "directory" description: "Opencode configuration" + - source: "/home/cubbi/.local/state/opencode" + target: "/cubbi-config/state-opencode" + type: "directory" + description: "Opencode state" + - source: "/home/cubbi/.cache/opencode" + target: "/cubbi-config/cache-opencode" + type: "directory" + description: "Opencode cache"