Skip to content

Commit

Permalink
Copy over SSL certs from builder
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksontj committed May 13, 2019
1 parent 3ef39bd commit b932d1f
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 @@ -8,6 +8,7 @@ FROM scratch
MAINTAINER Thomas Jackson <[email protected]>
EXPOSE 8082

COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
COPY --from=builder /go/src/github.com/jacksontj/promxy/cmd/promxy/promxy /bin/promxy
COPY --from=builder /go/src/github.com/jacksontj/promxy/cmd/remote_write_exporter/remote_write_exporter /bin/remote_write_exporter

Expand Down

0 comments on commit b932d1f

Please sign in to comment.