python-flask-app This is a repository for containerized Python application Python Version: 3.12 Steps Install dependencies python -m pip install -r requirements.txt Run the application python3 -m uvicorn app:app --host=0.0.0.0 --port=8000