Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize context sent for docker build (apache#17415)
The `provider_packages` folder is not needed during docker build and it often contains copied sources when building the provider packages. Also _doctree folder is prepared during documentation building. This makes `docker build` wait for a few seconds when those directories have a lot of files. Excluding those decreases docker build overhead significantly.
- Loading branch information