mirror of https://github.com/docker/docs.git
Merge pull request #14891 from jgeiger/fix_typo_in_builder_docs_for_dockerignore
Fix typo in builder.mb .dockerignore example
This commit is contained in:
commit
9e438ffb61
|
@ -201,7 +201,7 @@ The following is an example `.dockerignore` file:
|
||||||
*/*/temp*
|
*/*/temp*
|
||||||
temp?
|
temp?
|
||||||
*.md
|
*.md
|
||||||
!LICENCSE.md
|
!LICENSE.md
|
||||||
```
|
```
|
||||||
|
|
||||||
This file causes the following build behavior:
|
This file causes the following build behavior:
|
||||||
|
|
Loading…
Reference in New Issue