diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-13 17:04:39 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-07-13 17:05:50 -0400 |
commit | c67680ada04c96a1753c037d67080c65628d32ca (patch) | |
tree | 86d3bf466699165b1eba6ee47d8e223a26156cd9 /deliveries/widget_ms_start.sh | |
parent | d332e89eb9bbaf280604c61715422dde3542813c (diff) |
[PORTAL-31] Repair defects in deployment
Includes docker build failures and footer icon
Change-Id: I293f2767f36ab3fe824d8143e58e14dc2119c13e
Signed-off-by: Christopher Lott (cl778h) <clott@research.att.com>
Diffstat (limited to 'deliveries/widget_ms_start.sh')
-rwxr-xr-x | deliveries/widget_ms_start.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deliveries/widget_ms_start.sh b/deliveries/widget_ms_start.sh index 8405fe99..aa9da147 100755 --- a/deliveries/widget_ms_start.sh +++ b/deliveries/widget_ms_start.sh @@ -1,4 +1,5 @@ -APP_PROPERTY_LOCATION=/tmp/application.properties +BASEDIR=/PROJECT/OpenSource/UbuntuEP +WIDGETMSAPPPROPDIR=ECOMPWIDGETMS echo "Starting ecomp-portal-widget-ms image in a new container !!!" -docker run -d --name "ecomp-portal-widget-ms" -p 8083:8082 -v $APP_PROPERTY_LOCATION:/application.properties ecompportal-widget-ms +docker run -d --name "ecomp-portal-widget-ms" -p 8082:8082 -v ${BASEDIR}/etc/${WIDGETMSAPPPROPDIR}/application.properties:/application.properties widget-ms |