mirror of
https://github.com/dockersamples/example-voting-app.git
synced 2026-05-11 12:06:38 +00:00
removing --debug flag from nodemon
This commit is contained in:
@@ -21,7 +21,7 @@ services:
|
||||
|
||||
result:
|
||||
build: ./result
|
||||
command: nodemon --debug server.js
|
||||
command: nodemon server.js
|
||||
volumes:
|
||||
- ./result:/app
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user