Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 478 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 478 Bytes

README

Development

You will need to have docker installed in your machine. First build the images:

docker-compose build

Then setup the database

docker-compose run app bin/setup

Finally start the development server

docker-compose up app

Debugging

If you need to use byebug run the server in deamon mode and the attach to the container running the app

docker-compose up -d app && docker attach simplefoods_app_1