Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hot reload to Flask #378

Open
punnerud opened this issue Aug 6, 2023 · 1 comment
Open

Add hot reload to Flask #378

punnerud opened this issue Aug 6, 2023 · 1 comment

Comments

@punnerud
Copy link

punnerud commented 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.

@punnerud punnerud mentioned this issue Aug 6, 2023
@punnerud
Copy link
Author

punnerud commented 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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant