To support the App47 WebUI testing container.
- Ubuntu 14
- Mongo 3.0.15
- Redis
- Android build tools for 29.0.1
- Java 8
- Imagmagick
docker build .to build the current versiondocker login --username=%USERNAME%to log into docker hubdocker imagesto list the images, with the most recent being at the top.docker tag %IMAGE ID% app47/webui-bionic:latestto tag the local imagedocker push app47/webui-bionicto push to the hub, this tag can then be used in circle ci files or other places.