OpenAttackDefenseTools / tulip

Network analysis tool for Attack Defence CTF
GNU General Public License v3.0
264 stars 36 forks source link

Use Gunicorn instead of the Flask development server #33

Open meme-lord opened 10 months ago

meme-lord commented 10 months ago

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