Skip to content

Commit

Permalink
Merge pull request dockersamples#95 from ManoMarks/master
Browse files Browse the repository at this point in the history
removing --debug flag from nodemon
  • Loading branch information
Mano Marks authored Nov 29, 2017
2 parents 9785312 + cfb85ea commit b380900
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose-simple.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ services:

result:
build: ./result
command: nodemon --debug server.js
command: nodemon server.js
volumes:
- ./result:/app
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:

result:
build: ./result
command: nodemon --debug server.js
command: nodemon server.js
volumes:
- ./result:/app
ports:
Expand Down

0 comments on commit b380900

Please sign in to comment.