Skip to content

Commit

Permalink
Small mention of hot reloading even when running in container
Browse files Browse the repository at this point in the history
  • Loading branch information
coleam00 committed Nov 1, 2024
1 parent 7fe66ae commit 64e95a0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 64e95a0

Please sign in to comment.