Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yaelgen committed Sep 4, 2024
1 parent 713bd40 commit 547e671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/api/utils/builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ def make_dockerfile(
enriched_group_id: int = None,
builder_env: list[client.V1EnvVar] = None,
extra_args: str = "",
project_secrets: typing.List[client.V1EnvVar] = None,
project_secrets: list[client.V1EnvVar] = None,
):
"""
Generates the content of a Dockerfile for building a container image.
Expand Down

0 comments on commit 547e671

Please sign in to comment.