service-drone-server/Dockerfile

7 lines
150 B
Docker
Raw Permalink Normal View History

2024-01-09 21:36:52 +00:00
FROM drone/drone:2.22.0
# 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"]