mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-06 04:48:04 +00:00
Small mention of hot reloading even when running in container
This commit is contained in:
parent
7fe66aea18
commit
64e95a0553
@ -159,6 +159,10 @@ docker-compose --profile development up
|
|||||||
docker-compose --profile production 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
|
## Run Without Docker
|
||||||
|
|
||||||
1. Install dependencies using Terminal (or CMD in Windows with admin permissions):
|
1. Install dependencies using Terminal (or CMD in Windows with admin permissions):
|
||||||
|
Loading…
Reference in New Issue
Block a user