Skip to content

flask debug (auto reload) feature not working #5219

@alshukri9

Description

@alshukri9

the issue when i create docker container for the app with dockerfile
ENTRYPOINT [ "python3", "-m", "flask", "run", "--debug", "--host=0.0.0.0"]
everything works fine but when i change anything in the code i don't see anything change if i wanna see the changes
i have to rebuild the container

note: i am using correct volume
and when i exec the container i can see the changes in the file

hsdf

Environment:

  • Python version: 3.10
  • Flask version: 2.2.3

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions