diff --git a/webhooks-git/Dockerfile b/webhooks-git/Dockerfile index 357c186..c4daad1 100644 --- a/webhooks-git/Dockerfile +++ b/webhooks-git/Dockerfile @@ -8,4 +8,5 @@ COPY entrypoint.sh /etc/webhook/entrypoint.sh RUN chmod +x /etc/webhook/entrypoint.sh WORKDIR /etc/webhook EXPOSE 9000 -ENTRYPOINT ["/etc/webhook/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/etc/webhook/entrypoint.sh"] +CMD [""] \ No newline at end of file