mirror of
https://github.com/docker/compose.git
synced 2025-07-07 13:54:34 +02:00
Add quotes to build output
This commit is contained in:
parent
a5fc880d10
commit
f89e4bc70f
@ -115,7 +115,7 @@ class Service(object):
|
|||||||
return container_options
|
return container_options
|
||||||
|
|
||||||
def build(self):
|
def build(self):
|
||||||
log.info('Building %s from %s...' % (self.name, self.options['build']))
|
log.info('Building %s from "%s"...' % (self.name, self.options['build']))
|
||||||
|
|
||||||
build_output = self.client.build(self.options['build'], stream=True)
|
build_output = self.client.build(self.options['build'], stream=True)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user