mirror of https://github.com/docker/docs.git
document syntax for watch ignores (#17205)
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
This commit is contained in:
parent
159659c885
commit
b7a434d288
|
@ -103,6 +103,8 @@ services:
|
||||||
- action: sync
|
- action: sync
|
||||||
path: ./web
|
path: ./web
|
||||||
target: /src/web
|
target: /src/web
|
||||||
|
ignore:
|
||||||
|
- node_modules/
|
||||||
- action: rebuild
|
- action: rebuild
|
||||||
path: package.json
|
path: package.json
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue