runtime error

Exit code: 1. Reason: /home/user/.local/lib/python3.10/site-packages/google/api_core/_python_version_support.py:255: FutureWarning: You are using a Python version (3.10.20) which Google will stop supporting in new releases of google.api_core once it reaches its end of life (2026-10-04). Please upgrade to the latest Python version, or at least Python 3.11, to continue receiving updates for google.api_core past that date. warnings.warn(message, FutureWarning) /home/user/app/app.py:16: FutureWarning: All support for the `google.generativeai` package has ended. It will no longer be receiving updates or bug fixes. Please switch to the `google.genai` package as soon as possible. See README for more details: https://github.com/google-gemini/deprecated-generative-ai-python/blob/main/README.md import google.generativeai as genai Traceback (most recent call last): File "/home/user/app/app.py", line 33, in <module> cred = credentials.Certificate(config.FIREBASE_CRED_PATH) File "/home/user/.local/lib/python3.10/site-packages/firebase_admin/credentials.py", line 97, in __init__ with open(cert, encoding='utf-8') as json_file: FileNotFoundError: [Errno 2] No such file or directory: 'electronshop-df102-firebase-adminsdk-5b2nl-09bc75f726.json'

Container logs:

Fetching error logs...