🐳 add Dockerfile (#17)

Co-authored-by: dev <dev@ptfprod7>
This commit is contained in:
Thomas LÉVEIL
2023-03-19 13:49:41 +01:00
committed by GitHub
parent 7e6651dea7
commit 5da68bbdd4
4 changed files with 48 additions and 0 deletions
+8
View File
@@ -54,6 +54,14 @@ Host your own live version of Chatbot UI with Vercel.
Fork Chatbot UI on Replit [here](https://replit.com/@MckayWrigley/chatbot-ui-pro?v=1).
**Docker**
```shell
docker build -t chatgpt-ui .
docker run -e OPENAI_API_KEY=xxxxxxxx -p 3000:3000 chatgpt-ui
```
## Running Locally
**1. Clone Repo**