We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37d2b25 commit 0ee6624Copy full SHA for 0ee6624
src/cli/builder.py
@@ -102,7 +102,7 @@ def callback(
102
print("Missing JSON file for services. Use 'create' first.")
103
return
104
105
- data: dict[str, Any] = read_json(Path()) or {}
+ data: dict[str, Any] = read_json(path) or {}
106
compose: dict[str, Any] = data.get("compose", {}) or {}
107
108
services: set[dict[str, Any]] = set(compose.get("services", []))
0 commit comments