diff --git a/webhooks-git/Dockerfile b/webhooks-git/Dockerfile index 8865197..357c186 100644 --- a/webhooks-git/Dockerfile +++ b/webhooks-git/Dockerfile @@ -5,6 +5,7 @@ FROM alpine:latest RUN apk --no-cache add git openssh-client bash nano COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook 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