fix reloads

This commit is contained in:
Jake Kasper
2025-09-04 08:24:46 -05:00
parent 6e8fa900e4
commit b77c844da4
3 changed files with 20 additions and 12 deletions

View File

@@ -13,6 +13,10 @@ services:
dockerfile: Dockerfile
environment:
- REACT_APP_API_URL=https://turftracker.kaspers.us/api
- CHOKIDAR_USEPOLLING=true
- WATCHPACK_POLLING=true
- WDS_SOCKET_PORT=443
- DANGEROUSLY_DISABLE_HOST_CHECK=true
volumes:
- ./frontend:/app
- /app/node_modules