service-drone-runner/Dockerfile

6 lines
139 B
Docker
Raw Normal View History

2022-08-18 18:29:48 +00:00
FROM drone/drone-runner-docker:1.8.2
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
# ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]