From a06dc5f47c47f40978c6b3754d7e79822b8300c3 Mon Sep 17 00:00:00 2001 From: Joakim Persson Date: Mon, 20 Apr 2026 14:48:12 +0200 Subject: [PATCH] Add state volume to entrypoint ownership fix loop --- entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/entrypoint.sh b/entrypoint.sh index a9c32f8..7628926 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -53,6 +53,7 @@ FINAL_UID="${TARGET_UID:-$CURRENT_UID}" FINAL_GID="${TARGET_GID:-$CURRENT_GID}" for dir in \ /home/"$USER_NAME"/.local/share/opencode \ + /home/"$USER_NAME"/.local/state/opencode \ /home/"$USER_NAME"/.local/share/uv \ /home/"$USER_NAME"/.rustup \ /home/"$USER_NAME"/.cargo \