Hacker News new | ask | show | jobs
by jamesRaybould 3587 days ago
We use a few languages in our apps but for the ruby apps we use rerun in our docker-compose files (https://github.com/alexch/rerun) like so:

`rerun --background -- "foreman start"`

It is super simple and works well for us