This repository has been archived on 2020-08-11. You can view files and clone it, but cannot push or open issues or pull requests.
stack/drone-starlark/Dockerfile

4 lines
79 B
Docker
Raw Normal View History

2020-04-26 11:43:26 +00:00
FROM drone/drone-convert-starlark
2020-04-29 10:05:39 +00:00
COPY repos /repos
COPY run.sh /
CMD sh run.sh