6 lines
150 B
Docker
6 lines
150 B
Docker
FROM drone/drone:2.22.0
|
|
# FROM drone/drone:2.20.0
|
|
|
|
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
|
|
|
|
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]
|