chmod
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-05-10 19:07:58 +02:00
parent 0e663c3138
commit 96f1b0965d

View File

@@ -11,4 +11,5 @@ 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 /app/plugin.sh
RUN chmod +x /app/plugin.sh
ENTRYPOINT [ "/app/plugin.sh" ]