#!/bin/sh # # bootstrap things like db schemas before 'docker-compose up' can be fully run set -eux docker-compose run --rm mastodon_web rails db:migrate