aboutsummaryrefslogtreecommitdiffstats
path: root/ms/cds-sdc-listener/application/src/main/docker/start.sh
diff options
context:
space:
mode:
authorprathamesh morde <prathamesh.morde@bell.ca>2019-04-12 11:41:36 -0400
committerOleg Mitsura <oleg.mitsura@amdocs.com>2019-04-17 17:24:47 -0400
commit8b3652a56866d2906e0da3431158153386233f4c (patch)
treeed678c6cb45727e1960f4a36383af645120eef30 /ms/cds-sdc-listener/application/src/main/docker/start.sh
parent37d99fb2be6910d3f9cdfdddfafc3f14c68d5b74 (diff)
Work in Progress cds-sdc-listener containerization
Change-Id: Ib99f2c2f7c3f8ad46ec9630a548370e7467a96b4 Issue-ID: CCSDK-1145 Signed-off-by: prathamesh morde <prathamesh.morde@bell.ca>
Diffstat (limited to 'ms/cds-sdc-listener/application/src/main/docker/start.sh')
-rwxr-xr-xms/cds-sdc-listener/application/src/main/docker/start.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/ms/cds-sdc-listener/application/src/main/docker/start.sh b/ms/cds-sdc-listener/application/src/main/docker/start.sh
new file mode 100755
index 000000000..f24d15618
--- /dev/null
+++ b/ms/cds-sdc-listener/application/src/main/docker/start.sh
@@ -0,0 +1,6 @@
+#!/bin/sh
+extraArgs=$@
+java -jar /opt/app/onap/cds-sdc-listener-distribution.jar \
+-Dspring.config=/opt/app/onap/config/application.yml \
+-Djava.security.egd=file:/dev/./urandom \
+${extraArgs}