service-drone-server/Dockerfile

6 lines
124 B
Docker
Raw Normal View History

2023-09-11 11:55:54 +00:00
FROM drone/drone:2.20.0
2022-08-18 17:16:44 +00:00
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]