Browse Source

Remove libs from Dockerfile

pull/284/head
Miroslav Prasil 6 years ago
parent
commit
9b20247fc2
  1. 1
      Dockerfile

1
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

Loading…
Cancel
Save