Skip to content

Commit

Permalink
fix: copy ssl certs from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
crebsy committed Aug 15, 2024
1 parent eb3decd commit b7262df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ RUN strip /app/target/x86_64-unknown-linux-musl/release/rindexer_cli

FROM --platform=linux/amd64 scratch
COPY --from=builder /app/target/x86_64-unknown-linux-musl/release/rindexer_cli /app/rindexer
COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/

ENTRYPOINT ["/app/rindexer"]

0 comments on commit b7262df

Please sign in to comment.