Skip to content

Commit

Permalink
chore: update docker-compose volume for hot reload
Browse files Browse the repository at this point in the history
  • Loading branch information
rsbh committed Aug 9, 2021
1 parent 5aabce5 commit 9e2b645
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ services:
context: .
dockerfile: Dockerfile.dev
volumes:
- './:/opt/shield'
- ./node_modules:/opt/shield/node_modules
- './src:/app/src'
- ./node_modules:/app/node_modules
ports:
- 5000:5000
environment:
Expand Down

0 comments on commit 9e2b645

Please sign in to comment.