Skip to content

Commit aaa3415

Browse files
committed
removing --debug flag from nodemon
1 parent 27a6395 commit aaa3415

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docker-compose-simple.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ services:
2121

2222
result:
2323
build: ./result
24-
command: nodemon --debug server.js
24+
command: nodemon server.js
2525
volumes:
2626
- ./result:/app
2727
ports:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414

1515
result:
1616
build: ./result
17-
command: nodemon --debug server.js
17+
command: nodemon server.js
1818
volumes:
1919
- ./result:/app
2020
ports:

0 commit comments

Comments
 (0)