From 0b0fcd186f17d7ffa5a7f07e41a97be6008a176f Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Thu, 19 Dec 2024 10:48:27 +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 585013f..8f4b887 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' ] +CMD ['/opt/webhook/webhook', '-hooks', 'hooks.yaml', '-verbose' ]