Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Dockerfile example, need to COPY README.md and pyproject.toml
Going back to the Dockerfile example, I saw that `uv pip install ...` required a pyproject.toml and README.md file (generated by `rye init`). You therefore need to copy them into the Dockerfile (which is not specified).
- Loading branch information