summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNathaniel Fischer <nfischer921@gmail.com>2019-05-20 16:24:35 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2019-05-21 07:24:35 +0800
commit6a1025feb0561c222a41191ee6c044c9f6f02fa4 (patch)
treeae4c80b754c6abd97735c59933e1ddd8ff6a7a05 /docs
parent0b2af2476d63d056e496e24be5481877cb39e62d (diff)
downloadmill-6a1025feb0561c222a41191ee6c044c9f6f02fa4.tar.gz
mill-6a1025feb0561c222a41191ee6c044c9f6f02fa4.tar.bz2
mill-6a1025feb0561c222a41191ee6c044c9f6f02fa4.zip
Docker module appears to be part of BuildInfo module (#611)
Diffstat (limited to 'docs')
-rw-r--r--docs/pages/9 - Contrib Modules.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/pages/9 - Contrib Modules.md b/docs/pages/9 - Contrib Modules.md
index 36eb40ef..5f730181 100644
--- a/docs/pages/9 - Contrib Modules.md
+++ b/docs/pages/9 - Contrib Modules.md
@@ -99,7 +99,7 @@ object project extends BuildInfo {
* `def buildInfoPackageName: Option[String]`, default: `None`
The package name of the object.
-### Docker
+## Docker
Automatically build docker images from your mill project.
@@ -125,7 +125,7 @@ $ mill foo.docker.build
$ docker run foo
```
-#### Configuration
+### Configuration
Configure the image by overriding tasks in the `DockerConfig` object