service-drone-server/Dockerfile

9 lines
177 B
Text
Raw Normal View History

2024-01-09 21:36:52 +00:00
# FROM drone/drone:2.20.0
2024-10-19 08:48:29 +00:00
# FROM drone/drone:2.22.0
FROM drone/drone:2.24.0
2022-08-18 17:16:44 +00:00
COPY entrypoint-wrapper.sh /usr/bin/entrypoint-wrapper
ENTRYPOINT ["/usr/bin/entrypoint-wrapper"]
2024-10-19 09:04:19 +00:00