Cole Medin commited on
Commit
64e95a0
·
1 Parent(s): 7fe66ae

Small mention of hot reloading even when running in container

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -159,6 +159,10 @@ docker-compose --profile development up
159
  docker-compose --profile production up
160
  ```
161
 
 
 
 
 
162
  ## Run Without Docker
163
 
164
  1. Install dependencies using Terminal (or CMD in Windows with admin permissions):
 
159
  docker-compose --profile production up
160
  ```
161
 
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
+
166
  ## Run Without Docker
167
 
168
  1. Install dependencies using Terminal (or CMD in Windows with admin permissions):