From 83e300240cea9fb1fa7cf011c8fa8d4aeb0ebca6 Mon Sep 17 00:00:00 2001 From: Zhaoxing Date: Fri, 29 Sep 2017 17:09:12 +0800 Subject: [PATCH] Fix the docker build error for vfc-nfvo-wfengine Change-Id: Ib6ec5769296591c00c286557b4feeae47a7ed5dd Issue-id: VFC-445 Signed-off-by: Zhaoxing --- activiti-extension/src/main/docker/bin/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activiti-extension/src/main/docker/bin/entrypoint.sh b/activiti-extension/src/main/docker/bin/entrypoint.sh index 703b059..e6f6c96 100644 --- a/activiti-extension/src/main/docker/bin/entrypoint.sh +++ b/activiti-extension/src/main/docker/bin/entrypoint.sh @@ -9,7 +9,7 @@ case "$CMD" in "start" ) # we can modify files here, using ENV variables passed in # "docker create" command. It can't be done during build process. - exec ./startup.sh + exec ./bin/startup.sh ;; * ) # Run custom command. Thanks to this line we can still use -- 2.16.6