mirror of
https://github.com/coleam00/Archon.git
synced 2025-12-30 21:49:30 -05:00
Updates to get Docker working and adding Claude OAUTH token variable, and finish of the style guide mockup.
This commit is contained in:
@@ -59,6 +59,10 @@ RUN mkdir -p /repos /tmp/agent-work-orders && \
|
||||
USER agentuser
|
||||
RUN curl -fsSL https://claude.ai/install.sh | bash
|
||||
|
||||
# Configure git to use gh CLI for GitHub authentication
|
||||
# This allows git clone to authenticate using GH_TOKEN environment variable
|
||||
RUN git config --global credential.helper '!gh auth git-credential'
|
||||
|
||||
# Set environment variables
|
||||
ENV PYTHONPATH="/app:$PYTHONPATH"
|
||||
ENV PYTHONUNBUFFERED=1
|
||||
|
||||
Reference in New Issue
Block a user