#!/bin/bash -e

echo 'Preparing the database...'
./bin/rails db:prepare

exec "${@}"
