Commit 1ee8481 1 parent ea442bc commit 1ee8481 Copy full SHA for 1ee8481
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -145,13 +145,13 @@ Environment Settings
145
145
``dockerApiVersion ``
146
146
The docker server API version. Used to leverage new docker features while maintaining backwards compatibility.
147
147
148
- ``dockerLayerGrouping ``
148
+ ``dockerGroupLayers ``
149
149
The function mapping files into separate layers to increase docker cache hits.
150
150
Lower index means the file would be a part of an earlier layer.
151
151
The main idea behind this is to COPY dependencies *.jar's first as they should change rarely.
152
152
In separate command COPY the application *.jar's that should change more often.
153
153
Defaults to detect whether the file name starts with ``ThisBuild / organization``.
154
- To disable layers map all files to no layer using ``dockerLayerGrouping in Docker := (_ => None) ``.
154
+ To disable layers map all files to no layer using ``dockerGroupLayers in Docker := PartialFunction.empty ``.
155
155
156
156
Publishing Settings
157
157
~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments