X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/154bfc562eafc642cc801f25b3c258e3846633ba..f12012fc721b4eeb5a72d3cee471cbd24264ec4d:/tools/arvbox/lib/arvbox/docker/service/api/run-service diff --git a/tools/arvbox/lib/arvbox/docker/service/api/run-service b/tools/arvbox/lib/arvbox/docker/service/api/run-service index 7df7b2820b..0f55a25408 100755 --- a/tools/arvbox/lib/arvbox/docker/service/api/run-service +++ b/tools/arvbox/lib/arvbox/docker/service/api/run-service @@ -16,9 +16,9 @@ else export RAILS_ENV=development fi -run_bundler --without=development -bundle exec passenger-config build-native-support -bundle exec 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 @@ -31,4 +31,6 @@ if test "$1" = "--only-setup" ; then exit fi -exec bundle exec passenger start --port=${services[api]} +touch $ARVADOS_CONTAINER_PATH/api.ready + +exec binstubs/passenger start --port=${services[api]}