From: Zhaoxing Date: Fri, 29 Sep 2017 09:09:12 +0000 (+0800) Subject: Fix the docker build error for vfc-nfvo-wfengine X-Git-Tag: v1.0.0~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=83e300240cea9fb1fa7cf011c8fa8d4aeb0ebca6;p=vfc%2Fnfvo%2Fwfengine.git Fix the docker build error for vfc-nfvo-wfengine Change-Id: Ib6ec5769296591c00c286557b4feeae47a7ed5dd Issue-id: VFC-445 Signed-off-by: Zhaoxing --- 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