Skip to content

Commit 37d2b25

Browse files
committed
Added the env relative path calc
1 parent aa56717 commit 37d2b25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cli/builder.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,5 @@ def __save_files(self, data: dict[str, Any], build: bool = False) -> None:
196196

197197
envs: list[dict[str, Any]] = data.get("envs") or []
198198
for env in envs:
199+
relative_path = f"servers/{env.get("CONTAINER_NAME")}/.env" # type: ignore
199200
template_to_file(Path(), env, Path())

0 commit comments

Comments
 (0)