X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=3bc4fb463a6b07ca2054475767ad823558ef78d0;hb=8f3d5ca9af283ba5144f1b1ea31c89af803ad268;hp=5d118a0843a6f15bd4fd35cc24c01df1cdc6282d;hpb=17b1b97378d6a83e525e22ee2507d2a844e05fed;p=dmaap%2Fbuscontroller.git diff --git a/README.md b/README.md index 5d118a0..3bc4fb4 100644 --- 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. ``` - -$ docker build -f ./Dockerfile . + + +$ mvn -P docker docker:build ```