fix: use polling for chokidar when running under docker
Some checks failed
Build / build (pull_request) Failing after 2m3s

This commit is contained in:
2025-11-14 16:27:49 +01:00
parent 711eb7ac47
commit acbb86f452

View File

@@ -12,8 +12,10 @@ services:
# Normally, the image is fetched from Docker Hub, but you can use the local Dockerfile by removing "image" above and adding this:
#build: .
# Works best when using `docker-compose up --force-recreate --build`.
# Works best when using `docker compose up --force-recreate --build`.
environment:
- CHOKIDAR_USEPOLLING=true
depends_on:
- mongodb
mongodb: