ssh-action/Dockerfile

6 lines
115 B
Docker
Raw Normal View History

FROM appleboy/drone-ssh
2019-05-15 00:31:53 +08:00
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
2019-09-29 10:36:34 +08:00
ENTRYPOINT ["/entrypoint.sh"