Skip to content

Commit

Permalink
update docker instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cogentapps committed Mar 15, 2023
1 parent 42e2973 commit 616f9b5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 616f9b5

Please sign in to comment.