Dockerfile Walkthrough
In this article, I'll be documenting what each line of a Dockerfile means & why it is there in the first place.
We'll dockerize a FastAPI app. This is the file structure for our app.
And we have a main.py file in the code file. Our Dokcerfile looks ...
blog.alvereduan.com4 min read