riverqueue / riverui

A web interface for River, fast and reliable background jobs in Go.
https://ui.riverqueue.com/
Mozilla Public License 2.0
49 stars 3 forks source link

Dockerfile contains Render-specific env injection #14

Closed bgentry closed 3 weeks ago

bgentry commented 3 weeks ago

The riverui Dockerfile contains this Render-specific environment variable injection for the Vite production build. It's not suitable for a general audience so long as it contains that hack, so we need to figure out a way to avoid it and/or have multiple Dockerfiles (while still keeping Render deploy functional).

bgentry commented 3 weeks ago

Fixed by #17.