@@ -76,10 +76,14 @@ For more information on testing your hook go to : https://sailsjs.com/documentat
## Development in redbox-portal
A docker-compose.yml file is present in support/development and is setup to run the full ReDBox stack and install the hook. To run the stack
A docker-compose.yml file is present in support/development and is setup to run the full ReDBox stack and install the hook. To run the stack there is a ReDBox Sails Hook Run Utility in the root of the project
Usage
```
docker-compose -f support/development/docker-compose.yml up
-a,--angular,--no-angular: Angular mode. Will ensure permissions are set correctly on the Sails working directory so that changes can be applied (off by default)
-h,--help: Prints help
```
Note: The first time the stack runs it may take some time as yarn initialises the hook within ReDBox Portal. All subsequent runs should be faster