18657: Don't install api & wb binstubs into bin/
[arvados.git] / tools / arvbox / lib / arvbox / docker / service / workbench / run-service
index 84d3017defea2984186611a821c8216247b1aacc..ca72805cc94cef34a979a54167e4feaa831bd0e3 100755 (executable)
@@ -22,9 +22,9 @@ else
   export RAILS_ENV=development
 fi
 
-run_bundler --without=development --binstubs
-bin/passenger-config build-native-support
-bin/passenger-config install-standalone-runtime
+run_bundler --without=development --binstubs=binstubs
+binstubs/passenger-config build-native-support
+binstubs/passenger-config install-standalone-runtime
 mkdir -p /usr/src/arvados/apps/workbench/tmp
 
 if test "$1" = "--only-deps" ; then