
From Flask API to a robust container "FROM scratch"
Summary Preamble Requirements I - WSGI server compliance and HTTPS -- 1 - Prepare your app to run with gunicorn (headless) -- 2 - Add HTTPS II - Compile the python code III - Go futher -- 1 - Docker Compose -- 2 - Developpement and Engineering IV - What