diff options
| author | Brandon Keiji <[email protected]> | 2025-05-27 22:19:43 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-05-27 22:19:43 +0000 |
| commit | c1395a8808427436a353d5201e935d6784169d28 (patch) | |
| tree | 274e8e5aecde4b80ad575b4cf68343637a8a81b8 | |
| parent | d4ae1ede395f1ace413fca29359784e95b07716e (diff) | |
fix: change entrypoint from 'gemini-code' to 'gemini' in published sandbox (#574)
| -rw-r--r-- | packages/cli/Dockerfile.sandbox | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/cli/Dockerfile.sandbox b/packages/cli/Dockerfile.sandbox index 1395a547..7250bbf3 100644 --- a/packages/cli/Dockerfile.sandbox +++ b/packages/cli/Dockerfile.sandbox @@ -19,9 +19,10 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ procps \ psmisc \ lsof \ + socat \ && apt-get clean \ && 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' +ENTRYPOINT 'gemini' |
