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