fix: use polling for chokidar when running under docker (#3033)
Closes #3031 Reviewed-on: #3033 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>
This commit was merged in pull request #3033.
This commit is contained in:
@@ -15,6 +15,8 @@ services:
|
||||
#build: .
|
||||
# Works best when using `docker compose up --force-recreate --build`.
|
||||
|
||||
environment:
|
||||
- CHOKIDAR_USEPOLLING=true
|
||||
depends_on:
|
||||
- mongodb
|
||||
mongodb:
|
||||
|
||||
Reference in New Issue
Block a user