service-drone-server/Dockerfile

7 lines
150 B
Text
Raw Normal View History

2024-01-09 22:36:52 +01:00
FROM drone/drone:2.22.0
# FROM drone/drone:2.20.0
2022-08-18 19:16:44 +02:00
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]