6 lines
139 B
Text
6 lines
139 B
Text
|
FROM drone/drone-runner-docker:1.8.2
|
||
|
|
||
|
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
|
||
|
|
||
|
# ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]
|