Browse Source
Merge pull request #268 from mprasil/master
fix bad path in Alpine Dockerfile
pull/274/head
Daniel García
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
Dockerfile.alpine
|
|
@ -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 |
|
|
|