ssh-action/Dockerfile

6 lines
134 B
Docker
Raw Normal View History

FROM appleboy/drone-ssh:1.5.7-linux-amd64
2019-05-14 16:31:53 +00:00
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
2019-09-29 02:50:09 +00:00
ENTRYPOINT ["/entrypoint.sh"]