#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx bundle install # Set up database bundle exec rails db:setup