Add Docker support with build and push workflow, and configure Gunicorn for application serving
All checks were successful
Build and push Docker image / build (push) Successful in 2m14s

This commit is contained in:
Edgar P. Burkhart 2025-06-14 16:43:38 +02:00
parent 3d180d3359
commit fd09bf8aa3
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
6 changed files with 67 additions and 0 deletions

View file

@ -11,6 +11,7 @@ dependencies = [
"google-auth>=2.40.3",
"google-auth-httplib2>=0.2.0",
"google-auth-oauthlib>=1.2.2",
"gunicorn>=23.0.0",
"requests>=2.32.4",
]