зеркало из https://github.com/docker/labs.git
Merge pull request #382 from marcosnils/patch-1
Add -L flag to detect file changes
This commit is contained in:
Коммит
c571975673
|
@ -48,7 +48,7 @@ version: "3"
|
|||
services:
|
||||
web:
|
||||
build: .
|
||||
command: nodemon --inspect=0.0.0.0:5858
|
||||
command: nodemon -L --inspect=0.0.0.0:5858
|
||||
volumes:
|
||||
- .:/code
|
||||
ports:
|
||||
|
|
Загрузка…
Ссылка в новой задаче