add new commands

This commit is contained in:
denialtorres
2017-11-15 09:00:59 -06:00
committed by GitHub
parent cbfbd6b9ce
commit c58ea7e8a4

View File

@@ -105,6 +105,13 @@ Once built you can initialize your development DB and populate it with
sudo docker-compose run app rake db:create
sudo docker-compose run app rake db:migrate
sudo docker-compose run app rake db:seed
sudo docker-compose run app rake db:dev_seed
If you want to run the rails console just run in another terminal:
`sudo docker-compose run app rails console`
Now we can finally run the application with