Skip to content

Commit 341eee2

Browse files
committed
Small mention of hot reloading even when running in container
1 parent c2a6569 commit 341eee2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,10 @@ docker-compose --profile development up
159159
docker-compose --profile production up
160160
```
161161

162+
When you run the Docker Compose command with the development profile, any changes you
163+
make on your machine to the code will automatically be reflected in the site running
164+
on the container (i.e. hot reloading still applies!).
165+
162166
## Run Without Docker
163167

164168
1. Install dependencies using Terminal (or CMD in Windows with admin permissions):

0 commit comments

Comments
 (0)