boilerplate-code-flask-dashboard icon indicating copy to clipboard operation
boilerplate-code-flask-dashboard copied to clipboard

Debug mode not autoreloading files when using Docker

Open radkisson opened this issue 4 years ago • 0 comments

I have problems using docker and debug on flask, autoreload of files is not being done. I tried using volume binds on the apseed service, in the docker-compose file but coulnd't make it work.

volumes:
      - "./app:/app"

radkisson avatar Mar 01 '21 05:03 radkisson