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