UTechLeague 2024 - AI Backend Development Copy example.env into another file called .env and fill all values Run: docker build -t my_fastapi_app . docker run -d -p 8080:8080 --name fastapi_container my_fastapi_app