From 03ac63c8cf3f67089041eb81b1077bcacd9861ad Mon Sep 17 00:00:00 2001 From: Cossale Date: Mon, 11 Aug 2025 15:23:36 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 -- 1 file changed, 2 deletions(-) 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