Merge pull request #95 from ManoMarks/master
removing --debug flag from nodemon
This commit is contained in:
commit
b380900fac
@ -21,7 +21,7 @@ services:
|
||||
|
||||
result:
|
||||
build: ./result
|
||||
command: nodemon --debug server.js
|
||||
command: nodemon server.js
|
||||
volumes:
|
||||
- ./result:/app
|
||||
ports:
|
||||
|
@ -14,7 +14,7 @@ services:
|
||||
|
||||
result:
|
||||
build: ./result
|
||||
command: nodemon --debug server.js
|
||||
command: nodemon server.js
|
||||
volumes:
|
||||
- ./result:/app
|
||||
ports:
|
||||
|
Loading…
Reference in New Issue
Block a user