tulip icon indicating copy to clipboard operation
tulip copied to clipboard

Use Gunicorn instead of the Flask development server

Open meme-lord opened this issue 2 years ago • 0 comments

I noticed the warning in the Docker logs:

WARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.

So I've made the Tulip API container use Gunicorn instead of the Flask development server

meme-lord avatar Nov 10 '23 13:11 meme-lord