Add hot reload to Flask #690

Open
opened 2026-03-07 21:21:52 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @punnerud on GitHub (Aug 6, 2023).

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.

Originally created by @punnerud on GitHub (Aug 6, 2023). 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.
Author
Owner

@punnerud commented on GitHub (Aug 6, 2023):

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

@punnerud commented on GitHub (Aug 6, 2023): Found out now that the flask-redis repo already have hot reloading, using the same trick of combining volume and debug=True.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#690