diff --git a/Dockerfile b/Dockerfile index b9c5fc2..9589352 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,4 @@ RUN apk add curl git jq pandoc --no-cache --update && rm -rf /var/cache/apk/* # add the wrapper which acts as a drone plugin COPY --from=BUILD /app/plugin.sh /plugin.sh RUN chmod +x /plugin.sh -CMD [ "./plugin.sh" ] +CMD [ "bash", "/plugin.sh" ]