ssh-action/Dockerfile

6 lines
112 B
Docker
Raw Normal View History

FROM ghcr.io/appleboy/drone-ssh:1.7.4
2019-05-14 16:31:53 +00:00
COPY entrypoint.sh /bin/entrypoint.sh
ENTRYPOINT ["/bin/entrypoint.sh"]