Merge pull request #95 from ManoMarks/master

removing --debug flag from nodemon
This commit is contained in:
Mano Marks 2017-11-29 10:45:11 -08:00 committed by GitHub
commit b380900fac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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: