mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-05 23:28:57 +01:00
Remove libs from Dockerfile
This commit is contained in:
parent
e844f41abc
commit
9b20247fc2
1 changed files with 0 additions and 1 deletions
|
@ -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…
Reference in a new issue