Tag: Flask

How to dockerize your Flask application

Introduction: The objective of this post is to dockerise a minimalistic flask application. Let’s take an example of a simple flask program and dockerise it. A Simple Flask Application: The below code is a bare minimum flask application with a single end point /hello. Let’s ...