The `fastapi.API()` searches for `../README.md` when running. Currently, this path is not in the docker container when run manually. Note that it works through `docker compose` though.
The
fastapi.API()searches for../README.mdwhen running.Currently, this path is not in the docker container when run manually.
Note that it works through
docker composethough.