Merge pull request #30351 from friism/patch-9
remove indent from .dockerignore example Upstream-commit: 4f926b67f4ee2c1494332d7f1021e3fc45ef045a Component: engine
This commit is contained in:
@ -403,9 +403,9 @@ Here is an example `.dockerignore` file:
|
||||
|
||||
```
|
||||
# comment
|
||||
*/temp*
|
||||
*/*/temp*
|
||||
temp?
|
||||
*/temp*
|
||||
*/*/temp*
|
||||
temp?
|
||||
```
|
||||
|
||||
This file causes the following build behavior:
|
||||
|
||||
Reference in New Issue
Block a user