#!/bin/sh set -e bundle check || bundle install --jobs 20 --retry 5 rm -f $APP_PATH/tmp/pids/server.pid ${@}