Fixed wrong position of hooks template
parent
0133be26ed
commit
2c0d8a8527
|
|
@ -1,9 +1,9 @@
|
|||
FROM almir/webhook:latest as build
|
||||
COPY hooks.json.tmpl /etc/webhook/hooks.json.tmpl
|
||||
|
||||
FROM alpine:latest
|
||||
RUN apk --no-cache add git openssh-client bash nano
|
||||
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
||||
COPY hooks.json.tmpl /etc/webhook/hooks.json.tmpl
|
||||
COPY entrypoint.sh /etc/webhook/entrypoint.sh
|
||||
RUN chmod +x /etc/webhook/entrypoint.sh
|
||||
WORKDIR /etc/webhook
|
||||
|
|
|
|||
Loading…
Reference in New Issue