update docker instructions
parent
42e2973627
commit
616f9b517d
|
@ -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:
|
To run on your own device, you can use Docker:
|
||||||
|
|
||||||
```
|
```
|
||||||
git clone https://github.com/cogentapps/chat-with-gpt
|
docker run -v $(pwd)/data:/app/data -p 3000:3000 ghcr.io/cogentapps/chat-with-gpt:release
|
||||||
cd chat-with-gpt
|
|
||||||
docker-compose up
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Then navigate to http://localhost:3000 to view the app.
|
Then navigate to http://localhost:3000 to view the app.
|
||||||
|
|
Loading…
Reference in New Issue