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:
|
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:
|
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:
|
before you can launch the docker image with:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue