Skip to content

Commit

Permalink
Add -L flag to detect file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils authored Nov 28, 2017
1 parent 9793cf6 commit af06cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer-tools/nodejs-debugging/VSCode-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ version: "3"
services:
web:
build: .
command: nodemon --inspect=0.0.0.0:5858
command: nodemon -L --inspect=0.0.0.0:5858
volumes:
- .:/code
ports:
Expand Down

0 comments on commit af06cf6

Please sign in to comment.