From 8790d0ae277f350553bd4df8129bd0771bd48a3b Mon Sep 17 00:00:00 2001 From: Shashank Kumar Shankar Date: Fri, 1 Sep 2017 14:34:32 -0700 Subject: Fix Docker Image building for NFVO LCM This patch fixes various issues in NFVO LCM docker image building. Change-Id: Icdc475d554f8f6327c78c6560c3c9aa49974271d Issue-Id: VFC-231 Signed-off-by: Shashank Kumar Shankar --- docker/docker-entrypoint.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker/docker-entrypoint.sh') diff --git a/docker/docker-entrypoint.sh b/docker/docker-entrypoint.sh index 90341e83..16738ac6 100755 --- a/docker/docker-entrypoint.sh +++ b/docker/docker-entrypoint.sh @@ -24,12 +24,12 @@ for i in {1..20}; do done # Configure service based on docker environment variables -./instance-config.sh +vfc/nfvo/lcm/docker/instance_config.sh # microservice-specific one-time initialization -./instance-init.sh +vfc/nfvo/lcm/docker/instance_init.sh date > init.log # Start the microservice -./instance-run.sh +vfc/nfvo/lcm/docker/instance_run.sh -- cgit 1.2.3-korg