Uvicorn –reload using WatchFiles is not working for FastAPI in Docker container
I am developing a FastAPI app. It is running on Uvicorn in a Docker container using docker-compose. I want to include some files other than *.py to trigger the auto reload while in development. According to the docs Uvicorn needs…