Use rails instead of rake
This commit is contained in:
parent
6f471c72c9
commit
fb9219a52f
7 changed files with 13 additions and 13 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue