2022-12-09 03:13:56 +01:00
|
|
|
FROM appleboy/drone-ssh:1.6.5-linux-amd64
|
2019-05-14 18:31:53 +02:00
|
|
|
|
2021-02-13 03:55:57 +01:00
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
2019-05-14 18:31:53 +02:00
|
|
|
RUN chmod +x /entrypoint.sh
|
2019-09-29 04:50:09 +02:00
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|