Skip to content

Commit 7cc34e6

Browse files
author
Michael Maeng
committed
Switch auto_remove to remove for better output on failure
1 parent 7262fc4 commit 7cc34e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rpdk/python/codegen.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def _docker_build(cls, external_path):
285285
logs = docker_client.containers.run(
286286
image=image,
287287
command=command,
288-
auto_remove=True,
288+
remove=True,
289289
volumes=volumes,
290290
stream=True,
291291
entrypoint="",

0 commit comments

Comments
 (0)