boilerplate-code-flask-dashboard
boilerplate-code-flask-dashboard copied to clipboard
Debug mode not autoreloading files when using Docker
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"