Rename Claude sandbox to Assistant and update docs/volumes
This commit is contained in:
+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user