Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 237 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 237 Bytes

Getting setup with Docker

docker-compose build

docker-compose run app rake db:create RAILS_ENV=production

docker-compose run app rake db:migrate db:seed RAILS_ENV=production

Starting the application

docker-compose up -d