Skip to content

Commit

Permalink
fix: add docker commands to parameters_str_list
Browse files Browse the repository at this point in the history
Signed-off-by: mao3267 <[email protected]>
  • Loading branch information
mao3267 committed Aug 17, 2024
1 parent 767ef0f commit cca874b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flytekit/image_spec/image_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def __post_init__(self):
"pip_extra_index_url",
"entrypoint",
"commands",
"docker_commands",
]
for parameter in parameters_str_list:
attr = getattr(self, parameter)
Expand Down

0 comments on commit cca874b

Please sign in to comment.