diff options
author | dglFromAtt <dgl@research.att.com> | 2018-03-04 05:28:12 -0500 |
---|---|---|
committer | dglFromAtt <dgl@research.att.com> | 2018-03-04 05:28:26 -0500 |
commit | 08e65546eddab84c30a1f01ea213460a8fe270fc (patch) | |
tree | 50ac5ab65b57547ec9ea7fb65e8203640e2dbbe5 | |
parent | dcfef47792f6b981624996faa39125417ad1ca6c (diff) |
Correctly document docker build
Change-Id: Ic66f122827329eda2a63558b8bd219093f1838d2
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-324
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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. ``` -<following a successful build, copy all dependencies > -$ mvn dependency:copy-dependencies <assuming DOCKER_HOST is set appropriately for your environment> -$ docker build -f ./Dockerfile . +$ mvn docker:build ``` |