Update README.md

This commit is contained in:
Yifei Zhang 2023-03-28 02:15:52 +08:00 committed by GitHub
parent 77a3fdea5f
commit c93a46a02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ how to deploy nextjs project with pm2 and yarn on my ubuntu server, the build co
```shell
docker pull yidadaa/chatgpt-next-web
docker run -d -p 3000:3000 -e OPEN_API_KEY="" -e CODE="" aprilnea/chatgpt-next-web
docker run -d -p 3000:3000 -e OPENAI_API_KEY="" -e CODE="" yidadaa/chatgpt-next-web
```
## 截图 Screenshots