Docker: Mount the build
directory inside the Go container as a volume
#263
Milestone
build
directory inside the Go container as a volume
#263
...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?
The text was updated successfully, but these errors were encountered: