mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-05 07:08:59 +01:00
fix bad path in Alpine Dockerfile
This commit is contained in:
parent
e86cac984a
commit
0935cb90a4
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ EXPOSE 3012
|
|||
COPY .env .
|
||||
COPY Rocket.toml .
|
||||
COPY --from=vault /web-vault ./web-vault
|
||||
COPY --from=build /volume/target/x86_64-unknown-linux-musl/release/bitwarden_rs .
|
||||
COPY --from=build /app/target/x86_64-unknown-linux-musl/release/bitwarden_rs .
|
||||
|
||||
# Configures the startup!
|
||||
CMD ./bitwarden_rs
|
||||
|
|
Loading…
Reference in a new issue