README Building application docker-compose build Starting containers docker-compose up Creating Database (necessary only in first time) docker-compose run web rake db:create docker-compose run web rake db:migrate docker-compose run web rake db:seed Accessing application http://localhost:3000/