$ make
OR
$ docker build -t thermostat-keycloak-builder .
This builder image expects the source to contain an executable script 'setup-keycloak.sh'.
s2i build git://github.com/thermostat-project/thermostat-keycloak thermostat-keycloak-builder thermostat-keycloak
docker run -d -p 127.0.0.1:31000:8080 --name thermostat-keycloak thermostat-keycloak