mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2024-11-25 14:46:38 +00:00
Merge pull request #268 from mprasil/master
fix bad path in Alpine Dockerfile
This commit is contained in:
commit
0f6ab01f77
@ -64,7 +64,7 @@ EXPOSE 3012
|
|||||||
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 /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!
|
# Configures the startup!
|
||||||
CMD ./bitwarden_rs
|
CMD ./bitwarden_rs
|
||||||
|
Loading…
Reference in New Issue
Block a user