mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Fixing typos in Docker-Guide.md (rails -> rake) (#112)
This commit is contained in:
parent
221d21469f
commit
4fc9c889ef
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user