fix: remove 'dist' suffix from start_container.sh command (#67)

This commit is contained in:
Brandon Keiji 2025-04-20 13:07:54 -07:00 committed by GitHub
parent a76d9b4dcf
commit d6556c5246
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
IMAGE=gemini-code-sandbox
CLI_DIST=/usr/local/share/npm-global/lib/node_modules/\@gemini-code/cli/dist
CLI_DIST=/usr/local/share/npm-global/lib/node_modules/\@gemini-code/cli
# use docker if installed, otherwise try to use podman instead
if command -v docker &> /dev/null; then