mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

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.