docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

Add hot reload to Flask #378

Open punnerud opened 1 year ago

punnerud commented 1 year ago

Its possible to add hot reloading to Python/Flask so its possible to change code and se the code changes live i Docker, without rebuilding.

punnerud commented 1 year ago

Found out now that the flask-redis repo already have hot reloading, using the same trick of combining volume and debug=True.