henrycunh / golem

✨ A beautiful UI for ChatGPT and other conversational models
https://golem.chat
MIT License
235 stars 63 forks source link

working Dockerfile #37

Closed gdassori closed 1 year ago

gdassori commented 1 year ago

A working Dockerfile for geppeto.

Usage:

docker build . -t=geppeto:latest
docker run -p 23000:3000 geppeto:latest

Then open http://localhost:23000

henrycunh commented 1 year ago

Thanks for the PR! Improved upon the Dockerfile just a little bit, will make sure to release official docker images sometime in the future :]