diff --git a/maintenance/README.md b/maintenance/README.md index de3e26730d3..ecd48d1de36 100644 --- a/maintenance/README.md +++ b/maintenance/README.md @@ -9,7 +9,7 @@ To set up a local development environment, run these commands from anywhere in r 1. Build and run the containers: `docker-compose up --detach --build` 2. To setup the apps: `docker-compose run --rm maintenance bash setup.sh` -
- If you encounter unexpected hangs during npm install... + If you encounter unexpected hangs without error during npm install... ...try stopping `mock-auth` container temporarily. (It runs a Java app, and these can be memory hogs.) You can do this via Docker UI or this CLI