v1.0.0b3
All checks were successful
Build Docker Image / build (push) Successful in 35s

This commit is contained in:
2025-11-29 09:52:29 -06:00
parent 70f64f1766
commit dcfb2b89d5
3 changed files with 63 additions and 45 deletions

View File

@@ -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