Fixed wrong naming of template hooks

main
Andre Challier 2024-03-27 14:22:33 +01:00
parent 7c46446440
commit 0133be26ed
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
FROM almir/webhook:latest as build
COPY hooks.json.example /etc/webhook/hooks.json
COPY hooks.json.tmpl /etc/webhook/hooks.json.tmpl
FROM alpine:latest
RUN apk --no-cache add git openssh-client bash nano