Fix the binary path

This commit is contained in:
Miroslav Prasil 2018-09-12 13:51:43 +01:00
parent 5f7b220eb4
commit bc8ff14695

View File

@ -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