Use bash instead of Bourne shell 17/107217/2
authorDan Timoney <dtimoney@att.com>
Wed, 6 May 2020 11:34:18 +0000 (07:34 -0400)
committerDan Timoney <dtimoney@att.com>
Wed, 6 May 2020 11:44:34 +0000 (07:44 -0400)
Start script for naming service needs to be started with
bash in order for redirect to work properly.

Change-Id: I133b6fb2ba1ad4cf44a82c2d14e73d61946f0cae
Issue-ID: CCSDK-2360
Signed-off-by: Dan Timoney <dtimoney@att.com>
ms/neng/src/main/docker/Dockerfile
ms/neng/src/main/docker/startService.sh

index 6225f35..e7dc93b 100644 (file)
@@ -32,5 +32,5 @@ ADD opt/etc/ /opt/etc/
 #ADD /opt/aai/ /opt/aai/
 ADD startService.sh /startService.sh
 RUN chmod 700 /startService.sh
-ENTRYPOINT sh /startService.sh 
+ENTRYPOINT bash /startService.sh
 EXPOSE 8080
index 0064ca3..7d724f3 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #============LICENSE_START=======================================================
 #  ONAP : CCSDK.apps
 #  ================================================================================