Skip to content
Snippets Groups Projects
Commit bc8ff146 authored by Miroslav Prasil's avatar Miroslav Prasil
Browse files

Fix the binary path

parent 5f7b220e
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment