Docker missing context
Summary A misconfigured Docker build context caused the Rust workspace to compile the wrong crate, leading to unexpected artifacts being copied into the final image. The COPY step behaved unpredictably because Docker was sending an incorrect or incomplete build context, influenced by .dockerignore and directory layout. Root Cause The failure stemmed from Docker’s build context … Read more