Merge pull request #30351 from friism/patch-9

remove indent from .dockerignore example
This commit is contained in:
Vincent Demeester 2017-01-23 11:30:23 +01:00 committed by GitHub
commit 4f926b67f4
1 changed files with 3 additions and 3 deletions

View File

@ -403,9 +403,9 @@ Here is an example `.dockerignore` file:
```
# comment
*/temp*
*/*/temp*
temp?
*/temp*
*/*/temp*
temp?
```
This file causes the following build behavior: