From 616f9b517dd0fce9fe2946ee370f8b303c3a6aac Mon Sep 17 00:00:00 2001 From: Cogent Apps Date: Wed, 15 Mar 2023 20:15:58 +0000 Subject: [PATCH] update docker instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 109fbaa..6f9d6d2 100644 --- a/README.md +++ b/README.md @@ -43,9 +43,7 @@ Your API key is stored only on your device and never transmitted to anyone excep To run on your own device, you can use Docker: ``` -git clone https://github.com/cogentapps/chat-with-gpt -cd chat-with-gpt -docker-compose up +docker run -v $(pwd)/data:/app/data -p 3000:3000 ghcr.io/cogentapps/chat-with-gpt:release ``` Then navigate to http://localhost:3000 to view the app.