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:
parent
5e3e230eed
commit
276d34e233
@ -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 配置详情
|
||||
@ -289,4 +289,4 @@ ISC 许可证 - 详见 [LICENSE](LICENSE)。
|
||||
|
||||
- 📚 [文档](docs/)
|
||||
- 🐛 [报告问题](https://github.com/shareAI-lab/kode/issues)
|
||||
- 💬 [讨论](https://github.com/shareAI-lab/kode/discussions)
|
||||
- 💬 [讨论](https://github.com/shareAI-lab/kode/discussions)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user