From 2f2ed469115d045a5eeefc0bc08575b8afb0396a Mon Sep 17 00:00:00 2001 From: Rafi Date: Sat, 11 Feb 2023 21:01:42 +0800 Subject: [PATCH] Modified the docker statement in readme.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3ba36df..f6dec94 100644 --- a/README.md +++ b/README.md @@ -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) ## Quick start with docker -Clone the repository and run: ```bash -docker-compose up +docker run -p 80:80 wongsaang/chatgpt-ui:latest ``` ## Development