Stopping with Make
Last updated
Run the workflow stop command in the root of the app directory
make -f .stoobly/services/Makefile <WORKFLOW-NAME>/downFor example:
make -f .stoobly/services/Makefile record/downAfter running the command, the workflow containers should no longer be running:
$ docker psTo see what options are available:
make -f .stoobly/services/Makefile record/down options="-h"Last updated