We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a6569 commit 341eee2Copy full SHA for 341eee2
README.md
@@ -159,6 +159,10 @@ docker-compose --profile development up
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):
0 commit comments