Skip to content

Commit 9f5cee0

Browse files
committed
fix: improve Docker hot-reload reliability on Linux/WSL
1 parent 633b36c commit 9f5cee0

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)