Writing an API using FastAPI, part 2: Containerizing the app

Introduction In order to deploy our app, we need to containerize it. I found that containerizing Python apps is not as straightforward as one might think. In this post I will discuss the Dockerfile I used to generate the image.…

