diff --git a/automated_webapp.py b/automated_webapp.py index 4ff82c4..62c4eb8 100644 --- a/automated_webapp.py +++ b/automated_webapp.py @@ -83,6 +83,7 @@ def json_to_img(fuel_ignition_json, img_path): type="bind", ) ], + remove=True, ) # Wait for the container to finish starting up while SELENIUM_INIT_MESSAGE not in selenium_container.logs().decode():