mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-22 12:55:28 +03:00
Fix the binary path
This commit is contained in:
parent
5f7b220eb4
commit
bc8ff14695
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue