From 1191dff08a6f50d7612aed054b38a2d622519ae8 Mon Sep 17 00:00:00 2001 From: Patrick Connolly Date: Mon, 18 Jul 2022 18:37:42 -0400 Subject: [PATCH] Update README.md --- maintenance/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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