remove indent from .dockerignore example
Signed-off-by: Michael Friis <friism@gmail.com>
This commit is contained in:
parent
7a97705b52
commit
0f5a98122f
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…
Add table
Reference in a new issue