From 0a0e6501f017b4ce940e023728c4c26ed6c204c5 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Wed, 23 Sep 2020 08:36:19 +0200 Subject: [PATCH] Use right path, just run script --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 9c9897d..fb81ba5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,8 +2,8 @@ FROM docker:dind RUN apk add --no-cache openssh-client=8.3_p1-r0 -COPY plugin.sh /plugin +COPY plugin.sh /plugin/plugin.sh WORKDIR /drone/src -CMD ["sh", "/plugin/plugin.sh"] +CMD ["/plugin/plugin.sh"]