diff --git a/docker_wrapper.py b/docker_wrapper.py index 41c9165..1bacada 100644 --- a/docker_wrapper.py +++ b/docker_wrapper.py @@ -129,7 +129,7 @@ class Docker: """ cwd = os.getcwd() os.chdir(dir) - status = getstatusoutput('docker compose up -d') + status = getstatusoutput('docker compose up -detach --build --remove-orphans') os.chdir(cwd) return status