Update README.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:51 +08:00 committed by GitHub
parent 276d34e233
commit 07d05f3837
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -61,7 +61,7 @@ git clone https://github.com/shareAI-lab/Kode.git
cd Kode cd Kode
# Build the image locally # Build the image locally
docker build --no-cache -t Kode . docker build --no-cache -t kode .
# Run in your project directory # Run in your project directory
cd your-project cd your-project
@ -70,7 +70,7 @@ docker run -it --rm \
-v ~/.kode:/root/.kode \ -v ~/.kode:/root/.kode \
-v ~/.kode.json:/root/.kode.json \ -v ~/.kode.json:/root/.kode.json \
-w /workspace \ -w /workspace \
Kode kode
``` ```
#### Docker Configuration Details #### Docker Configuration Details