henrycunh / golem

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

Feature/dockerfile #36

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