aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-03-21 08:28:10 -0400
committerdglFromAtt <dgl@research.att.com>2018-03-21 08:28:22 -0400
commit24e3448b4673674e2fbd4e55603b1b67ac052182 (patch)
tree85c4e4f4906b67a5ecaefd3ca095dc2b0a94495f /README.md
parentf5cede4c4defaf0d04a07a297df51549799be0c1 (diff)
Modify for k8s deployment compatibility
There was a problem with signature using shade. Also simplified start script for k8s Change-Id: I8c3cda5d20a0db9840301168baea3c4b6606c9c4 Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-117
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index bd4cfd3..3bc4fb4 100644
--- a/README.md
+++ b/README.md
@@ -32,7 +32,7 @@ Note the Dockerfile follows ONAP convention of running app as root.
<assuming DOCKER_HOST is set appropriately for your environment>
-$ mvn docker:build
+$ mvn -P docker docker:build
```