entrypoint better

This commit is contained in:
2026-09-20 03:00:32 +05:00
parent 3d038b042f
commit 5c3cb56a45
2 changed files with 17 additions and 2 deletions
+2 -1
View File
@@ -11,4 +11,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN npm install -g @anthropic-ai/claude-code && npm cache clean --force
CMD claude
ENTRYPOINT ["claude"]
CMD []