summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsandovalfr <frank.sandoval@oamtechnologies.com>2019-03-04 12:17:58 -0500
committersandovalfr <frank.sandoval@oamtechnologies.com>2019-03-05 11:53:25 -0500
commit7f7da1e1af9b4a273ce166984ba0113d6355f442 (patch)
treeaec0b33d7ac5e876e4adea0572eb5762db7fc915 /README.md
parent80f10c41049ea22e914d4a17652abc1d3b502006 (diff)
small, multi-platform images
Issue-ID: INT-886 Change-Id: I06532dc486641314c4c6e53f509a3d942ca44e52 Signed-off-by: sandovalfr <frank.sandoval@oamtechnologies.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index e6bf74e..cefbd42 100644
--- a/README.md
+++ b/README.md
@@ -55,13 +55,12 @@ mvn clean install
### Docker Packaging
We can utilize docker to build and register the buscontroller container in a local dev repository.
-Note the Dockerfile follows ONAP convention of running app as root.
```
<assuming DOCKER_HOST is set appropriately for your environment>
-$ mvn -P docker docker:build
+$ mvn -P docker
```