awesome-compose
awesome-compose copied to clipboard
Add hot reload to Flask
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.
Found out now that the flask-redis repo already have hot reloading, using the same trick of combining volume and debug=True.