X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=README.md;fp=README.md;h=bd4cfd3fd6584dd0591d85073c6ad730851e28b5;hb=08e65546eddab84c30a1f01ea213460a8fe270fc;hp=2f82582ef0cb5d4a71a8682bebba245da56852f9;hpb=dcfef47792f6b981624996faa39125417ad1ca6c;p=dmaap%2Fbuscontroller.git diff --git a/README.md b/README.md index 2f82582..bd4cfd3 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 docker:build ```