update docker instructions

main
Cogent Apps 2023-03-15 20:15:58 +00:00
parent 42e2973627
commit 616f9b517d
1 changed files with 1 additions and 3 deletions

View File

@ -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.