#!/bin/bash set -e mkdir -p db # Puma will run app.rb which auto-migrates the database exec bundle exec puma -C config.ru -b tcp://0.0.0.0:4567