From 4fc9c889effb45d8126447dd7dc23daf78596d73 Mon Sep 17 00:00:00 2001 From: Alan deLevie Date: Sat, 22 Apr 2017 04:38:15 -0400 Subject: [PATCH] Fixing typos in Docker-Guide.md (rails -> rake) (#112) --- Running-Mastodon/Docker-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Running-Mastodon/Docker-Guide.md b/Running-Mastodon/Docker-Guide.md index 24064132..695cccb7 100644 --- a/Running-Mastodon/Docker-Guide.md +++ b/Running-Mastodon/Docker-Guide.md @@ -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: