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:
parent
276d34e233
commit
07d05f3837
@ -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)
|
||||
- 💬 [Discussions](https://github.com/shareAI-lab/kode/discussions)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user