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
|
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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user