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 aa56717 commit 37d2b25Copy full SHA for 37d2b25
src/cli/builder.py
@@ -196,4 +196,5 @@ def __save_files(self, data: dict[str, Any], build: bool = False) -> None:
196
197
envs: list[dict[str, Any]] = data.get("envs") or []
198
for env in envs:
199
+ relative_path = f"servers/{env.get("CONTAINER_NAME")}/.env" # type: ignore
200
template_to_file(Path(), env, Path())
0 commit comments