Update README.zh-CN.md

Fix [BUG]ERROR: failed to build: failed to solve: dockerfile parse error on line 54: unknown instruction: /root/.bun/bin/bun
This commit is contained in:
深圳新思-AI研究院 2025-08-21 16:45:02 +08:00 committed by GitHub
parent 5e3e230eed
commit 276d34e233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -58,7 +58,7 @@ git clone https://github.com/shareAI-lab/Kode.git
cd Kode
# 本地构建镜像
docker build --no-cache -t Kode .
docker build --no-cache -t kode .
# 在你的项目目录中运行
cd your-project
@ -67,7 +67,7 @@ docker run -it --rm \
-v ~/.kode:/root/.kode \
-v ~/.kode.json:/root/.kode.json \
-w /workspace \
Kode
kode
```
#### Docker 配置详情