From c67680ada04c96a1753c037d67080c65628d32ca Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Thu, 13 Jul 2017 17:04:39 -0400 Subject: [PORTAL-31] Repair defects in deployment Includes docker build failures and footer icon Change-Id: I293f2767f36ab3fe824d8143e58e14dc2119c13e Signed-off-by: Christopher Lott (cl778h) --- deliveries/widget_ms_start.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'deliveries/widget_ms_start.sh') 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 -- cgit 1.2.3-korg