Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require dockerfile to be specified relative to cargo workspace root (#…
…1574) The docs say that [the dockerfile should be specified relative to Cargo.toml](https://github.com/cross-rs/cross/blob/main/docs/config_file.md#targettargetdockerfile), but actually it is specified [relative to current working directory](https://github.com/cross-rs/cross/blob/main/src/docker/custom.rs#L150-L153). This is confusing. This PR makes it so that dockerfiles are always relative to workspace root.
- Loading branch information