Minify Dockerfile and Update README

This commit is contained in:
voidking 2023-07-19 11:20:18 +08:00
parent 931c6dfcdd
commit a5ebcb0725
3 changed files with 15 additions and 20 deletions

View file

@ -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