From bc8ff14695ec314e38abc5fc06ac388a8036fe4e Mon Sep 17 00:00:00 2001
From: Miroslav Prasil <miroslav@prasil.info>
Date: Wed, 12 Sep 2018 13:51:43 +0100
Subject: [PATCH] Fix the binary path

---
 Dockerfile.armv7 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile.armv7 b/Dockerfile.armv7
index 965a20fb..7cf6508d 100644
--- 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
-- 
GitLab