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 bc8ff14695ec314e38abc5fc06ac388a8036fe4e
parent 5f7b220eb43f85b4286c9a32f3798f35678fdac9
Author: Miroslav Prasil <miroslav@prasil.info>
Date:   Wed, 12 Sep 2018 13:51:43 +0100

Fix the binary path

Diffstat:
MDockerfile.armv7 | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.armv7 b/Dockerfile.armv7 @@ -107,7 +107,7 @@ EXPOSE 80 COPY .env . COPY Rocket.toml . COPY --from=vault /web-vault ./web-vault -COPY --from=build app/target/release/bitwarden_rs . +COPY --from=build /app/target/armv7-unknown-linux-gnueabihf/release/bitwarden_rs . # Configures the startup! CMD ./bitwarden_rs \ No newline at end of file