Merge pull request #30351 from friism/patch-9
remove indent from .dockerignore example
This commit is contained in:
commit
4f926b67f4
1 changed files with 3 additions and 3 deletions
|
@ -403,9 +403,9 @@ Here is an example `.dockerignore` file:
|
|||
|
||||
```
|
||||
# comment
|
||||
*/temp*
|
||||
*/*/temp*
|
||||
temp?
|
||||
*/temp*
|
||||
*/*/temp*
|
||||
temp?
|
||||
```
|
||||
|
||||
This file causes the following build behavior:
|
||||
|
|
Loading…
Reference in a new issue