From 07d05f38377b929451de6fe5c893b4f8798f43bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B7=B1=E5=9C=B3=E6=96=B0=E6=80=9D-AI=E7=A0=94=E7=A9=B6?= =?UTF-8?q?=E9=99=A2?= Date: Thu, 21 Aug 2025 16:45:51 +0800 Subject: [PATCH] Update README.md Fix [BUG]ERROR: failed to build: failed to solve: dockerfile parse error on line 54: unknown instruction: /root/.bun/bin/bun --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa2eed1..ce73135 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ git clone https://github.com/shareAI-lab/Kode.git cd Kode # Build the image locally -docker build --no-cache -t Kode . +docker build --no-cache -t kode . # Run in your project directory cd your-project @@ -70,7 +70,7 @@ docker run -it --rm \ -v ~/.kode:/root/.kode \ -v ~/.kode.json:/root/.kode.json \ -w /workspace \ - Kode + kode ``` #### Docker Configuration Details @@ -290,4 +290,4 @@ ISC License - see [LICENSE](LICENSE) for details. - 📚 [Documentation](docs/) - 🐛 [Report Issues](https://github.com/shareAI-lab/kode/issues) -- 💬 [Discussions](https://github.com/shareAI-lab/kode/discussions) \ No newline at end of file +- 💬 [Discussions](https://github.com/shareAI-lab/kode/discussions)