Update Dockerfile

This commit is contained in:
Cossale 2025-08-11 15:19:35 +00:00
parent 9a51f2c1cf
commit e56e123f23

View file

@ -19,6 +19,8 @@ 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