vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 9b20247fc2cbeb95391be27f503e6f7f775b54f7
parent e844f41abcb4b78db1f4a08ab1378fa843a536d2
Author: Miroslav Prasil <miroslav@prasil.info>
Date:   Sat,  3 Nov 2018 18:54:36 +0100

Remove libs from Dockerfile

Diffstat:
MDockerfile | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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