From 2f633a02b28bc37baad2e4540b549f919efe87c9 Mon Sep 17 00:00:00 2001 From: kev Date: Wed, 9 Jan 2019 19:23:39 +0800 Subject: [PATCH] update webhook --- webhook/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook/Dockerfile b/webhook/Dockerfile index d43c1c9..67a7857 100644 --- a/webhook/Dockerfile +++ b/webhook/Dockerfile @@ -19,4 +19,4 @@ WORKDIR /etc/webhook VOLUME /etc/webhook EXPOSE 9000 ENTRYPOINT ["webhook"] -CMD ["-header", "Access-Control-Allow-Origin=*", "-hooks", "hooks.json", "-hotreload", "-verbose"] +CMD ["-hooks", "hooks.json", "-hotreload", "-template", "-verbose"]