mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-23 14:42:02 +00:00
Set docker to cleanup after container has run
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user