Python FastAPI Base A minimal FastAPI web application with Uvicorn ASGI server. Build & Run docker build -t python-fastapi-base . docker run -p 80:80 python-fastapi-base