ssh-action/Dockerfile

6 lines
112 B
Docker
Raw Normal View History

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