Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 251 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 251 Bytes

README

Transaction microservice

Build app

 docker-compose build

Run migrations and seed

  docker-compose exec web sh
  
  rake db:migrate
  
  rake db:seed

Start the application

  docker-compose up