cogentapps / chat-with-gpt

An open-source ChatGPT app with a voice
https://www.chatwithgpt.ai
MIT License
2.31k stars 493 forks source link

Public docker image #29

Closed rounakdatta closed 1 year ago

rounakdatta commented 1 year ago

Hello, impressive project! Your project is getting a lot of traction and many folks would be interested in self-hosting it. You already have the Dockerfile ready, would you mind publishing a public Docker image which people can just pull? I think a GitHub action like this would suffice.

Thanks!

cogentapps commented 1 year ago

Added in https://github.com/cogentapps/chat-with-gpt/pull/30:

docker run -v $(pwd)/data:/app/data -p 3000:3000 ghcr.io/cogentapps/chat-with-gpt:release