Monthly Archives: March 2020

A Serving Flask on Docker

      No Comments on A Serving Flask on Docker

Serving a flask application with gunicorn and nginx on docker… Packaging applications for reproducible results across environments has gotten a great boost with docker. Docker allows us to bundle the application with all its dependencies so that the resulting image can be run anywhere with a compatible docker runtime. The… Read more »