Update Dockerfile
This commit is contained in:
parent
9a51f2c1cf
commit
e56e123f23
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@ RUN npm install -g @anthropic-ai/claude-code
|
|||
# Copy the app code
|
||||
COPY . /app
|
||||
|
||||
COPY /root/.claude/.credentials.json /root/.claude/.credentials.json
|
||||
|
||||
# Set working directory
|
||||
WORKDIR /app
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue