Fix the docker build error for vfc-nfvo-wfengine
[vfc/nfvo/wfengine.git] / 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