remove indent from .dockerignore example
Signed-off-by: Michael Friis <friism@gmail.com>
This commit is contained in:
parent
dd05de1e6a
commit
e65d4d2907
@ -403,9 +403,9 @@ Here is an example `.dockerignore` file:
|
|||||||
|
|
||||||
```
|
```
|
||||||
# comment
|
# comment
|
||||||
*/temp*
|
*/temp*
|
||||||
*/*/temp*
|
*/*/temp*
|
||||||
temp?
|
temp?
|
||||||
```
|
```
|
||||||
|
|
||||||
This file causes the following build behavior:
|
This file causes the following build behavior:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user