From 64e95a0553e749e6248c45841d0285b6d671520a Mon Sep 17 00:00:00 2001 From: Cole Medin <47287758+coleam00@users.noreply.github.com> Date: Fri, 1 Nov 2024 14:00:06 -0500 Subject: [PATCH] Small mention of hot reloading even when running in container --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ee2b0cb54..097239984 100644 --- a/README.md +++ b/README.md @@ -159,6 +159,10 @@ docker-compose --profile development up docker-compose --profile production up ``` +When you run the Docker Compose command with the development profile, any changes you +make on your machine to the code will automatically be reflected in the site running +on the container (i.e. hot reloading still applies!). + ## Run Without Docker 1. Install dependencies using Terminal (or CMD in Windows with admin permissions):