X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;h=3bc4fb463a6b07ca2054475767ad823558ef78d0;hb=d416829dabd3ea20cb756a69b60f179636839f4f;hp=2f82582ef0cb5d4a71a8682bebba245da56852f9;hpb=72dbb8fd3c038ae19f0f44c9de5c343a2fdfd5b1;p=dmaap%2Fbuscontroller.git diff --git a/README.md b/README.md index 2f82582..3bc4fb4 100644 --- a/README.md +++ b/README.md @@ -29,12 +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. ``` - -$ mvn dependency:copy-dependencies -$ docker build -f ./Dockerfile . +$ mvn -P docker docker:build ```