From 7c4644644029e70097ed7152bbc1cb9c76d22357 Mon Sep 17 00:00:00 2001 From: Andre Challier Date: Wed, 27 Mar 2024 14:20:28 +0100 Subject: [PATCH] Made entrypoint script executable 4 --- webhooks-git/Dockerfile | 2 +- webhooks-git/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webhooks-git/Dockerfile b/webhooks-git/Dockerfile index b0ed9e3..c4daad1 100644 --- a/webhooks-git/Dockerfile +++ b/webhooks-git/Dockerfile @@ -8,5 +8,5 @@ COPY entrypoint.sh /etc/webhook/entrypoint.sh RUN chmod +x /etc/webhook/entrypoint.sh WORKDIR /etc/webhook EXPOSE 9000 -ENTRYPOINT ["/bin/bash /etc/webhook/entrypoint.sh"] +ENTRYPOINT ["/etc/webhook/entrypoint.sh"] CMD [""] \ No newline at end of file diff --git a/webhooks-git/entrypoint.sh b/webhooks-git/entrypoint.sh index 93acb32..cc2f8de 100644 --- a/webhooks-git/entrypoint.sh +++ b/webhooks-git/entrypoint.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # # Create hosts.json with by replacing environment variables in template file