removing --debug flag from nodemon
This commit is contained in:
parent
9785312bf5
commit
cfb85eabc0
@ -21,7 +21,7 @@ services:
|
|||||||
|
|
||||||
result:
|
result:
|
||||||
build: ./result
|
build: ./result
|
||||||
command: nodemon --debug server.js
|
command: nodemon server.js
|
||||||
volumes:
|
volumes:
|
||||||
- ./result:/app
|
- ./result:/app
|
||||||
ports:
|
ports:
|
||||||
|
@ -14,7 +14,7 @@ services:
|
|||||||
|
|
||||||
result:
|
result:
|
||||||
build: ./result
|
build: ./result
|
||||||
command: nodemon --debug server.js
|
command: nodemon server.js
|
||||||
volumes:
|
volumes:
|
||||||
- ./result:/app
|
- ./result:/app
|
||||||
ports:
|
ports:
|
||||||
|
Loading…
Reference in New Issue
Block a user