This commit is contained in:
@@ -29,5 +29,9 @@ def pkg(app, version):
|
||||
image = build(client, app)
|
||||
|
||||
container = run(client, image, app)
|
||||
|
||||
return True
|
||||
except Exception as e:
|
||||
logging.error(f"Error starting docker container for {app}")
|
||||
|
||||
return False
|
||||
|
||||
Reference in New Issue
Block a user