aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDominic Lunanuova <dgl@research.att.com>2018-02-12 22:09:44 +0000
committerDominic Lunanuova <dgl@research.att.com>2018-02-12 22:10:50 +0000
commit4a7c3578d29aee0cf561608885dd0acbcce5ecff (patch)
treea782040f8b37eb8bc3db49838250afd6ad45ac91 /README.md
parente50b8b6e33ef2f0b28f9831783eaf9c40100b8c7 (diff)
correction to mvn step to populate dependencies
Change-Id: I5d9f71b07c73c32856d2984613183a54f446e5af Signed-off-by: Dominic Lunanuova <dgl@research.att.com> Issue-ID: DMAAP-115
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5d118a0..2f82582 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +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, assuming DOCKER_HOST is set appropriately for your environment>
+<following a successful build, copy all dependencies >
+$ mvn dependency:copy-dependencies
+
+<assuming DOCKER_HOST is set appropriately for your environment>
$ docker build -f ./Dockerfile .
```