service-drone-server/Dockerfile

6 lines
124 B
Docker
Raw Normal View History

2022-08-18 15:33:20 +00:00
FROM drone/drone:2.12.1
2022-08-18 17:16:44 +00:00
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]