Use rails instead of rake

This commit is contained in:
Tom Hughes 2022-12-21 17:08:30 +00:00
parent 6f471c72c9
commit fb9219a52f
7 changed files with 13 additions and 13 deletions

View file

@ -54,7 +54,7 @@ This will launch one Docker container for each 'service' specified in `docker-co
Run the Rails database migrations:
docker-compose run --rm web bundle exec rake db:migrate
docker-compose run --rm web bundle exec rails db:migrate
### Tests