Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts/build-docker: build docker in image-docker dir
The docker build command will use whatever directory contains the Dockerfile as the build context (including all of its subdirectories). And the <src> path of ADD must be inside the context of the build. So change it to build in a specific directory for clean and fast.
- Loading branch information