Fixed cbv
This commit is contained in:
parent
8ca668f07e
commit
4c8716cc50
2 changed files with 4 additions and 1 deletions
|
|
@ -36,4 +36,6 @@ class DockerService:
|
|||
return self._tree
|
||||
|
||||
def reload(self, compose_path: Path):
|
||||
pass
|
||||
cmd = ["sudo", "docker", "compose", "-f", str(compose_path), "up", "-d"]
|
||||
# TODO: subprocess
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue