Skip to content

Commit

Permalink
docker: don't shadow the node_modules folder
Browse files Browse the repository at this point in the history
  • Loading branch information
freesteph committed Oct 8, 2024
1 parent 9cc647f commit e56598d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ services:
build: .
volumes:
- .:/app
- /app/node_modules
ports:
- "4000:4000"
- "35729:35729"

0 comments on commit e56598d

Please sign in to comment.