mirror of https://github.com/docker/docs.git
bake: remove empty build network for compose files
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
parent
6e2a78fba9
commit
f22d75d1d0
|
@ -172,23 +172,19 @@ represents a single build.
|
|||
"result": {
|
||||
"context": "result",
|
||||
"dockerfile": "Dockerfile",
|
||||
"network": ""
|
||||
},
|
||||
"seed": {
|
||||
"context": "seed-data",
|
||||
"dockerfile": "Dockerfile",
|
||||
"network": ""
|
||||
},
|
||||
"vote": {
|
||||
"context": "vote",
|
||||
"dockerfile": "Dockerfile",
|
||||
"target": "dev",
|
||||
"network": ""
|
||||
},
|
||||
"worker": {
|
||||
"context": "worker",
|
||||
"dockerfile": "Dockerfile",
|
||||
"network": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue