diff --git a/README.md b/README.md index 0818c67..b81d96c 100644 --- a/README.md +++ b/README.md @@ -30,9 +30,9 @@ The following dependencies are used to build and run the image. Please feel feel 1. Set up the environment variables for the `/client` and `/server` directories. - Visit the `client/README.md` and `server/README.md` files for more information. - - Take note of the `.env` variables setup for Windows and Linux. + - Take note of the `.env` variables setup for Windows and Linux to enable hot reload. 2. Verify that ports 3000 and 3001 are free because the client and server containers will use these ports. -3. Stop current-running my-phonebook containers, if any. +3. Stop current-running containers, if any. ``` docker compose -f docker-compose.dev.yml down docker compose -f docker-compose.prod.yml up