Skip to content

Commit

Permalink
add missing tpl file in dockerbuild (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
morwn committed Oct 26, 2022
1 parent c117435 commit 2c5756d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ archives:
files:
- README.md
- LICENSE
- templates/*.tpl

brews:
-
Expand Down
1 change: 0 additions & 1 deletion Dockerfile.goreleaser
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@
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 2c5756d

Please sign in to comment.