mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-25 08:46:48 +02:00
Minify Dockerfile and Update README
This commit is contained in:
parent
931c6dfcdd
commit
a5ebcb0725
3 changed files with 15 additions and 20 deletions
|
|
@ -92,7 +92,8 @@ ### Build image by yourself
|
|||
|
||||
```bash
|
||||
# You can also build metagpt image by yourself.
|
||||
cd metagpt && docker build --network host -t metagpt:v0.3 .
|
||||
git clone https://github.com/geekan/MetaGPT.git
|
||||
cd MetaGPT && docker build -t metagpt:v0.3 .
|
||||
```
|
||||
|
||||
## Configuration
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue