Fixing typos in Docker-Guide.md (rails -> rake) (#112)

This commit is contained in:
Alan deLevie 2017-04-22 04:38:15 -04:00 committed by wxcafé
parent 221d21469f
commit 4fc9c889ef
1 changed files with 2 additions and 2 deletions

View File

@ -31,11 +31,11 @@ Do this once for each of those keys, and copy the result into the `.env.producti
Then you should run the `db:migrate` command to create the database, or migrate it from an older release:
docker-compose run --rm web rails db:migrate
docker-compose run --rm web rake db:migrate
Then, you will also need to precompile the assets:
docker-compose run --rm web rails assets:precompile
docker-compose run --rm web rake assets:precompile
before you can launch the docker image with: