Development

This commit is contained in:
Matthew Grotke 2026-05-21 04:09:25 -04:00
parent 3bd98f0c90
commit 52c8577e7c
2 changed files with 5 additions and 1 deletions

View file

@ -287,6 +287,9 @@ def setup_docker_compose():
COMPOSE_FILE.write_text(content)
print(f"\n Written: {COMPOSE_FILE}")
print("\n Stopping existing container...")
subprocess.run(["docker", "compose", "down"], cwd=COMPOSE_FILE.parent, check=False)
print("\n Starting dashboard container...")
compose_dir = COMPOSE_FILE.parent
result = subprocess.run(