2020-11-17 02:51:06 +00:00
|
|
|
FROM appleboy/drone-ssh:1.6.3-linux-amd64
|
2019-05-14 16:31:53 +00:00
|
|
|
|
2021-02-13 02:55:57 +00:00
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
2019-05-14 16:31:53 +00:00
|
|
|
RUN chmod +x /entrypoint.sh
|
2019-09-29 02:50:09 +00:00
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|