Changed the `rails` command to `rake`

changed `rails db:create` to `rake db:create`
This commit is contained in:
Tarun Chinmai 2017-02-15 22:14:18 +05:30 committed by GitHub
parent e36de21467
commit 06583c91d9
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ seconds—the familiar refrain:
Finally, you need to create the database. In another terminal, run:
docker-compose run web rails db:create
docker-compose run web rake db:create
That's it. Your app should now be running on port 3000 on your Docker daemon. If you're using [Docker Machine](/machine/overview.md), then `docker-machine ip MACHINE_VM` returns the Docker host IP address.