pubtester/mastodon_setup.sh
2022-11-16 18:08:17 -03:00

7 lines
156 B
Bash
Executable file

#!/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