Docker build in CI, use nginx for 'web' image
The current web image is using webpack to serve the static files. This can be made more efficient by using a multi-stage build to have webpack build the static files, and then use nginx to serve the artifacts.
Additionally, I would like to try building the docker images within GitLab CI and upload them to the GitLab registry for easy distribution.