diff --git a/Dockerfile b/Dockerfile index 3e3837e..079b57f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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