18657: Don't install api & wb binstubs into bin/
[arvados.git] / tools / arvbox / lib / arvbox / docker / service / api / run-service
index ad18e3cc8d79af7a686eb9c1935d146c8be3ff11..9b6976d806915517704aa6dcf633dbf3f69efb2b 100755 (executable)
@@ -16,9 +16,9 @@ else
   export RAILS_ENV=development
 fi
 
-run_bundler --without=development
-flock $GEM_HOME/gems.lock bin/passenger-config build-native-support
-flock $GEM_HOME/gems.lock bin/passenger-config install-standalone-runtime
+run_bundler --without=development --binstubs=binstubs
+binstubs/passenger-config build-native-support
+binstubs/passenger-config install-standalone-runtime
 
 if test "$1" = "--only-deps" ; then
     exit