Open
Description
Overview:
Currently our images on docker hub are horribly out of date. We should be building a docker image automatically when we have a succesful new build on master. This should be a relatively easy to integrate change, https://docs.docker.com/docker-hub/builds/, docker allows you to build images when linked repos are updated and adds to docker builds.
ToDo:
- Investigate most efficient way to automatically build docker image and push to docker hub
- Integrate with CI platform or docker hub to automatically make build.