Change development flask server to production server
Currently all micro-services inside CCF are configured to use flask development server. We need to change to generate docker images using a production server like gunicorn.
This Issue wants to solve that and generate images using any WSGI production server to run flask micro-services.
Gunicorn: How to server flask application on GUNICORN
- Gunicorn license must be checked with ETSI
Edited by Jorge Moratinos