mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
Remove intermediate build containers
Docker does this by default now.
This commit is contained in:
parent
98ceb62202
commit
7a9228ad75
@ -305,7 +305,8 @@ class Service(object):
|
||||
build_output = self.client.build(
|
||||
self.options['build'],
|
||||
tag=self._build_tag_name(),
|
||||
stream=True
|
||||
stream=True,
|
||||
rm=True
|
||||
)
|
||||
|
||||
try:
|
||||
|
Loading…
x
Reference in New Issue
Block a user