Skip to content

Commit

Permalink
add missing copy command (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
morwn committed Oct 25, 2022
1 parent f575a7a commit c117435
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile.goreleaser
Expand Up @@ -2,4 +2,6 @@
FROM alpine:3.16
RUN apk --no-cache add ca-certificates
COPY chain-bench /usr/local/bin/chain-bench
COPY templates/*.tpl templates/

ENTRYPOINT [ "chain-bench" ]

0 comments on commit c117435

Please sign in to comment.