mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-22 21:26:38 +00:00
Fix the binary path
This commit is contained in:
parent
5f7b220eb4
commit
bc8ff14695
@ -107,7 +107,7 @@ EXPOSE 80
|
|||||||
COPY .env .
|
COPY .env .
|
||||||
COPY Rocket.toml .
|
COPY Rocket.toml .
|
||||||
COPY --from=vault /web-vault ./web-vault
|
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!
|
# Configures the startup!
|
||||||
CMD ./bitwarden_rs
|
CMD ./bitwarden_rs
|
Loading…
Reference in New Issue
Block a user