Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 238 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 238 Bytes

README

Setup dockerized application

Create Postgres database

docker-compose run web rails db:setup

Migrate Postgres databse

docker-compose run web rails db:migrate

Run dockerized specs

docker-compose up --build test