diff --git a/Dockerfile b/Dockerfile index b4ccfc4..c0ffae8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,4 +13,4 @@ RUN tar -xzf /tmp/ksops.tar.gz -C /tmp RUN mv /tmp/ksops /usr/local/bin/ksops RUN chmod +x /usr/local/bin/ksops -ENTRYPOINT ["/usr/local/bin/webhook", "--hooks", "/etc/webhook/hooks.yaml"] \ No newline at end of file +ENTRYPOINT ["/usr/bin/webhook", "--hooks", "/etc/webhook/hook.json"] \ No newline at end of file