service-drone-server/Dockerfile
2023-09-11 11:55:54 +00:00

5 lines
124 B
Docker

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