chore: TODO comment

This commit is contained in:
Piotr Dec 2025-11-29 01:25:50 +01:00
parent 1ccf384a22
commit 67b77db049
Signed by: stawros
GPG key ID: 74B18A3F0F1E99C0

View file

@ -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: