Add state volume to entrypoint ownership fix loop

This commit is contained in:
2026-04-20 14:48:12 +02:00
parent 967ce7df49
commit a06dc5f47c
+1
View File
@@ -53,6 +53,7 @@ FINAL_UID="${TARGET_UID:-$CURRENT_UID}"
FINAL_GID="${TARGET_GID:-$CURRENT_GID}" FINAL_GID="${TARGET_GID:-$CURRENT_GID}"
for dir in \ for dir in \
/home/"$USER_NAME"/.local/share/opencode \ /home/"$USER_NAME"/.local/share/opencode \
/home/"$USER_NAME"/.local/state/opencode \
/home/"$USER_NAME"/.local/share/uv \ /home/"$USER_NAME"/.local/share/uv \
/home/"$USER_NAME"/.rustup \ /home/"$USER_NAME"/.rustup \
/home/"$USER_NAME"/.cargo \ /home/"$USER_NAME"/.cargo \