mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Dockerfile: Node 22 and ENTRYPOINT (#1038)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM docker.io/library/node:20-slim
|
||||
FROM docker.io/library/node:22-slim
|
||||
|
||||
ARG SANDBOX_NAME="gemini-cli-sandbox"
|
||||
ENV SANDBOX="$SANDBOX_NAME"
|
||||
@@ -45,4 +45,4 @@ RUN npm install -g /usr/local/share/npm-global/gemini-cli-cli.tgz /usr/local/sha
|
||||
&& rm -f /usr/local/share/npm-global/gemini-cli-{cli,core}.tgz
|
||||
|
||||
# default entrypoint when none specified
|
||||
CMD ["gemini"]
|
||||
ENTRYPOINT ["gemini"]
|
||||
|
||||
Reference in New Issue
Block a user