diff options
| author | Brandon Keiji <[email protected]> | 2025-04-29 01:16:42 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-04-28 18:16:42 -0700 |
| commit | 3073c67861806a5312f5a7fa4c1c091507bd4755 (patch) | |
| tree | 9199ea79f30bfdf55680903284d185f5fc4dcf7f /packages/cli/Dockerfile.sandbox | |
| parent | cd1ddcb4f1e9bb7b27af5ae57a6d2d19693f2067 (diff) | |
fix: set .npmrc in HOME dir before publishing (#206)
Diffstat (limited to 'packages/cli/Dockerfile.sandbox')
| -rw-r--r-- | packages/cli/Dockerfile.sandbox | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/Dockerfile.sandbox b/packages/cli/Dockerfile.sandbox index 1d4c4048..1395a547 100644 --- a/packages/cli/Dockerfile.sandbox +++ b/packages/cli/Dockerfile.sandbox @@ -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' |
