Fix the docker build error for vfc-nfvo-wfengine 05/16605/1
authorZhaoxing <meng.zhaoxing1@zte.com.cn>
Fri, 29 Sep 2017 09:09:12 +0000 (17:09 +0800)
committerZhaoxing <meng.zhaoxing1@zte.com.cn>
Fri, 29 Sep 2017 09:09:12 +0000 (17:09 +0800)
Change-Id: Ib6ec5769296591c00c286557b4feeae47a7ed5dd
Issue-id: VFC-445
Signed-off-by: Zhaoxing <meng.zhaoxing1@zte.com.cn>
activiti-extension/src/main/docker/bin/entrypoint.sh

index 703b059..e6f6c96 100644 (file)
@@ -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