Closed
Description
The path
argument passed to build
in the documentation says
path (str) – Path to the directory containing the Dockerfile
I suspect this really means "path to the build context"? Doesn't have to necessarily be the same as the directory containing the Dockerfile
- is that right?