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