service-drone-server/Dockerfile

6 lines
124 B
Docker

FROM drone/drone:2.12.1
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]