Skip to content

Commit

Permalink
Merge pull request #7 from chingu-x/dan/hot-reload
Browse files Browse the repository at this point in the history
fix hot reload in docker
  • Loading branch information
marktlinn authored Sep 7, 2023
2 parents ab1c090 + 78bf92d commit bcefd6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ services:
- 5555:5555
depends_on:
- db
environment:
- WATCHPACK_POLLING=true
volumes:
- .:/usr/src/app
- /usr/src/app/node_modules
db:
container_name: db
image: postgres:latest
Expand Down

0 comments on commit bcefd6a

Please sign in to comment.