cryptag / leapchat

Ephemeral, encrypted, in-browser chat rooms
https://www.leapchat.org/
Other
184 stars 32 forks source link

Docker: Mount the `build` directory inside the Go container as a volume #263

Open elimisteve opened 1 year ago

elimisteve commented 1 year ago

...or come up with some other way for Go to serve up the HTML/CSS/JS built inside frontend.

Could instead add a dev server to the frontend container, but then we'd have to have that frontend proxy some requests through to Go. That would work, plus live reload might work better.

@jimmcgaw Thoughts?