mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-20 08:47:44 +00:00
fix: remove 'dist' suffix from start_container.sh command (#67)
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
IMAGE=gemini-code-sandbox
|
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
|
# use docker if installed, otherwise try to use podman instead
|
||||||
if command -v docker &> /dev/null; then
|
if command -v docker &> /dev/null; then
|
||||||
|
|||||||
Reference in New Issue
Block a user