Choose one of the following options/approaches to deploy this microservice.
$ git clone https://github.com/redhat-helloworld-msa/bonjour $ cd bonjour/ $ oc new-build --binary --name=bonjour -l app=bonjour $ npm install; oc start-build bonjour --from-dir=. --follow $ oc new-app bonjour -l app=bonjour $ oc expose service bonjour