chore: TODO comment
This commit is contained in:
parent
1ccf384a22
commit
67b77db049
1 changed files with 1 additions and 0 deletions
|
|
@ -36,6 +36,7 @@ class DockerService:
|
|||
return self._tree
|
||||
|
||||
def reload(self, compose_path: Path):
|
||||
# TODO: Won't work in docker container
|
||||
cmd = ["sudo", "docker", "compose", "-f", str(compose_path), "up", "-d"]
|
||||
import subprocess
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue