Skip to content

Commit 2c5756d

Browse files
authored
add missing tpl file in dockerbuild (#102)
1 parent c117435 commit 2c5756d

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.goreleaser.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ archives:
3030
files:
3131
- README.md
3232
- LICENSE
33+
- templates/*.tpl
3334

3435
brews:
3536
-

Dockerfile.goreleaser

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,5 @@
22
FROM alpine:3.16
33
RUN apk --no-cache add ca-certificates
44
COPY chain-bench /usr/local/bin/chain-bench
5-
COPY templates/*.tpl templates/
65

76
ENTRYPOINT [ "chain-bench" ]

0 commit comments

Comments
 (0)