From 47359ba4e0e34d8188083149162268748cecb416 Mon Sep 17 00:00:00 2001 From: Vanessa Sochat Date: Thu, 31 Jan 2019 19:01:24 -0500 Subject: [PATCH] oups --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b2caf52..1d10fc5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ LABEL "com.github.actions.color"="yellow" COPY pull-request.sh /pull-request.sh RUN chmod u+x /pull-request.sh -ENTRYPOINT ["/pull-request"] +ENTRYPOINT ["/pull-request.sh"]