removing --debug flag from nodemon

This commit is contained in:
Mano Marks 2017-11-29 10:43:31 -08:00
parent 9785312bf5
commit cfb85eabc0
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ services:
result:
build: ./result
command: nodemon --debug server.js
command: nodemon server.js
volumes:
- ./result:/app
ports:

View File

@ -14,7 +14,7 @@ services:
result:
build: ./result
command: nodemon --debug server.js
command: nodemon server.js
volumes:
- ./result:/app
ports: