Bazel build rules for Elm

Hi folks, I recently wanted to write a web service with a frontend written in Elm and backend written in Go. I wanted to be able to build both of these components in one go and bundle them together in a single Docker image. For both components I also have unit testing coverage; ideally those test …