From 9b20247fc2cbeb95391be27f503e6f7f775b54f7 Mon Sep 17 00:00:00 2001 From: Miroslav Prasil Date: Sat, 3 Nov 2018 18:54:36 +0100 Subject: [PATCH] Remove libs from Dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f795a86b..10b99ca2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,6 @@ WORKDIR /app # Copies over *only* your manifests and vendored dependencies COPY ./Cargo.* ./ -COPY ./libs ./libs COPY ./rust-toolchain ./rust-toolchain # Builds your dependencies and removes the