- Running the application:
bin/roh-compose-development up
and stop withCtrl+c
- Where are my packages? (Run when dependencies are changed):
bin/roh-compose-development build
- Clean up after you work (Remove containers and network):
bin/roh-compose-development down
- Nuke everything (Remove containers, network, and volumes):
bin/roh-compose-development down -v