Skip to content

Commit 1bfde28

Browse files
authored
Merge pull request #767 from sheikhlimon/fix/improve-docker-hot-reload
fix: improve Docker hot-reload reliability on Linux/WSL
2 parents f7c9500 + 9f5cee0 commit 1bfde28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ services:
1111
command: npm run dev -- --host 0.0.0.0 # THIS is the crucial change for hot-reload!
1212
environment:
1313
- NODE_ENV=development
14+
- CHOKIDAR_USEPOLLING=true

0 commit comments

Comments
 (0)