aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
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.
```
-<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
```