Modified the docker statement in readme.md

This commit is contained in:
Rafi
2023-02-11 21:01:42 +08:00
parent 0265a52aa5
commit 2f2ed46911

View File

@@ -5,9 +5,8 @@ A web client for ChatGPT, using OpenAI's API. The implementation of the interfac
This project is based on [nuxt3](https://nuxt.com/docs/getting-started/introduction) This project is based on [nuxt3](https://nuxt.com/docs/getting-started/introduction)
## Quick start with docker ## Quick start with docker
Clone the repository and run:
```bash ```bash
docker-compose up docker run -p 80:80 wongsaang/chatgpt-ui:latest
``` ```
## Development ## Development