Rename Claude sandbox to Assistant and update docs/volumes

This commit is contained in:
2026-08-12 17:58:47 +01:00
parent 023a4d1ad5
commit 61329f6960
6 changed files with 122 additions and 103 deletions
+2 -2
View File
@@ -142,8 +142,8 @@ RUN chmod 755 /root && \
chmod a+rx /usr/local/bin/abra 2>/dev/null || true
# Pre-create home directory for the claude user
RUN mkdir -p /home/claude/.claude /home/claude/.local/bin /home/claude/.config /home/claude/.abra && \
chmod -R 755 /home/claude
RUN mkdir -p /home/assistant/.claude /home/assistant/.local/bin /home/assistant/.config /home/assistant/.abra && \
chmod -R 755 /home/assistant
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh