This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
drone-abra/Dockerfile

8 lines
118 B
Docker
Raw Permalink Normal View History

2021-06-17 19:04:40 +00:00
FROM thecoopcloud/abra:latest
2021-06-03 17:50:14 +00:00
COPY plugin.sh /plugin/plugin.sh
WORKDIR /drone/src
2021-06-03 19:20:01 +00:00
ENTRYPOINT ["/plugin/plugin.sh"]