Why does my containerized API fail to find a relative path which I’ve confirmed is correct?
I’m running a FastAPI app in a Docker container. For the app to work it needs access to its secrets, which are in a folder inside the app (for local development only), however, it can’t find the secrets directory.