tools: when running compose use --build
This commit is contained in:
parent
69ee84814f
commit
9fad63f206
@ -76,6 +76,7 @@ class DockerServiceCLI(BaseCli):
|
|||||||
command_str.append('--env-file')
|
command_str.append('--env-file')
|
||||||
command_str.append(f'{service.env_file}')
|
command_str.append(f'{service.env_file}')
|
||||||
command_str.append('up')
|
command_str.append('up')
|
||||||
|
command_str.append('--build')
|
||||||
command_str.append('-d')
|
command_str.append('-d')
|
||||||
self.info(f"Executing command: {' '.join(command_str)}")
|
self.info(f"Executing command: {' '.join(command_str)}")
|
||||||
return command_str
|
return command_str
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user