5 lines
124 B
Docker
5 lines
124 B
Docker
FROM drone/drone:2.12.1
|
|
|
|
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
|
|
|
|
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]
|