Fixed wrong naming of template hooks
parent
7c46446440
commit
0133be26ed
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue