You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-11-25 22:22:29 +02:00
update webhook
This commit is contained in:
@@ -15,7 +15,8 @@ FROM alpine
|
|||||||
MAINTAINER kev <noreply@easypi.pro>
|
MAINTAINER kev <noreply@easypi.pro>
|
||||||
RUN apk add --no-cache bash coreutils curl jq
|
RUN apk add --no-cache bash coreutils curl jq
|
||||||
COPY --from=build /go/bin/webhook /usr/local/bin/
|
COPY --from=build /go/bin/webhook /usr/local/bin/
|
||||||
|
WORKDIR /etc/webhook
|
||||||
VOLUME /etc/webhook
|
VOLUME /etc/webhook
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
ENTRYPOINT ["webhook"]
|
ENTRYPOINT ["webhook"]
|
||||||
CMD ["-header", "Access-Control-Allow-Origin=*", "-hooks", "/etc/webhook/hooks.json", "-verbose"]
|
CMD ["-header", "Access-Control-Allow-Origin=*", "-hooks", "hooks.json", "-verbose"]
|
||||||
|
|||||||
Reference in New Issue
Block a user