From: dglFromAtt Date: Sun, 4 Mar 2018 10:28:12 +0000 (-0500) Subject: Correctly document docker build X-Git-Tag: v1.0.12~18 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F45%2F34845%2F1;p=dmaap%2Fbuscontroller.git Correctly document docker build Change-Id: Ic66f122827329eda2a63558b8bd219093f1838d2 Signed-off-by: dglFromAtt Issue-ID: DMAAP-324 --- 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 ```