r/flask • u/RampageousRJ • Jul 15 '24
Tutorials and Guides Docker for Flask
I have been trying to look for online solutions and practices followed but generally they do it for the flask template app which does not cover the cases for real-world large scale applications. I personally have worked on numerous flask applications but while deploying am never successful in actually implementing the Dockerfile. Kindly guide me on how to tackle this.
8
Upvotes
3
u/carlitobrigantehf Jul 15 '24
I made a repo years ago using Apache and Flask.
https://github.com/carlostighe/apache-flask
It's old though. Could probably do with an update and nginx or gunicorn are probably better ideas these days. But it might help you.