Update Dockerfile

This commit is contained in:
Cossale 2025-08-11 15:23:36 +00:00
parent e56e123f23
commit 03ac63c8cf

View file

@ -19,8 +19,6 @@ RUN npm install -g @anthropic-ai/claude-code
# Copy the app code # Copy the app code
COPY . /app COPY . /app
COPY /root/.claude/.credentials.json /root/.claude/.credentials.json
# Set working directory # Set working directory
WORKDIR /app WORKDIR /app