Deploy a Flask app with multistage build and distroless container image (AWS EC2)
Before starting anything we must know the file structure of a flask-based web app. The web-app we will deploy is Newz_Shortie . The main structure of this is :
static -> contains all the images
templates -> contains all the HTML files
Dockerfile
...
bandhanmajumder.hashnode.dev10 min read