mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-21 01:07:46 +00:00
fix: set .npmrc in HOME dir before publishing (#206)
This commit is contained in:
@@ -23,4 +23,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
RUN --mount=type=secret,id=npmrc,dst=/root/.npmrc npm install -g @gemini-code/cli@${CLI_VERSION} --verbose
|
||||
|
||||
ENTRYPOINT 'gemini-code'
|
||||
|
||||
Reference in New Issue
Block a user