From 085f952a28eb39aecefb7e5b165c044e0be69ef0 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Thu, 19 Dec 2024 10:41:16 +0100 Subject: [PATCH] update --- webhook_application_dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webhook_application_dockerfile b/webhook_application_dockerfile index a763a80..585013f 100644 --- a/webhook_application_dockerfile +++ b/webhook_application_dockerfile @@ -34,4 +34,4 @@ EXPOSE 9000 USER webhook -ENTRYPOINT ['/opt/webhook/webhook', '-hooks', 'hooks.yaml', '-verbose' ] +ENTRYPOINT ['./opt/webhook/webhook', '-hooks', 'hooks.yaml', '-verbose' ]