mirror of
https://github.com/Cian-H/I-Form_Server_Node_Deployer.git
synced 2025-12-23 06:32:08 +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",
|
type="bind",
|
||||||
)
|
)
|
||||||
],
|
],
|
||||||
|
remove=True,
|
||||||
)
|
)
|
||||||
# Wait for the container to finish starting up
|
# Wait for the container to finish starting up
|
||||||
while SELENIUM_INIT_MESSAGE not in selenium_container.logs().decode():
|
while SELENIUM_INIT_MESSAGE not in selenium_container.logs().decode():
|
||||||
|
|||||||
Reference in New Issue
Block a user