docker build -t fastapi_image:0.0.1 . [. if you're in same directory else folder name to be provided where dockerfile is. 0.0.1 is the tag] docker run -dp 8000:8000 --name fastapi_container ...
Apache Airflow is an open-source platform to programmatically author, schedule, and monitor workflows. It allows you to define workflows as Directed Acyclic Graphs (DAGs) using Python code.