It may be useful to declare cleanup command. Example: ```yaml commands: run: cmd: | docker-compose up some-service -d npm run app on_stop: docker-compose down ``` I will allow to explicitly declare what to do when a command stopped either by error or Ctrl+c
It may be useful to declare cleanup command.
Example:
I will allow to explicitly declare what to do when a command stopped either by error or Ctrl+c