Use newer dbcapi version
[dmaap/buscontroller.git] / README.md
index 5d118a0..3bc4fb4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -29,9 +29,10 @@ We can utilize docker to build and register the buscontroller container in a loc
 Note the Dockerfile follows ONAP convention of running app as root.
 
 ```
-<following a successful build, assuming DOCKER_HOST is set appropriately for your environment>
 
-$ docker build -f ./Dockerfile .
+<assuming DOCKER_HOST is set appropriately for your environment>
+
+$ mvn -P docker docker:build
 ```