fix: fix nextjs hot-reload

This commit is contained in:
Emnaghz
2024-09-27 10:38:08 +01:00
parent 27dc278e2c
commit 615402c88b
2 changed files with 6 additions and 9 deletions

View File

@@ -48,8 +48,7 @@ services:
- CHOKIDAR_USEPOLLING=true
- WATCHPACK_POLLING=true
volumes:
- ../frontend/src:/app/src
- ../frontend/src/components:/app/src/components
- ../frontend/:/app/frontend/
ports:
- 8081:8081