You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ssh-action/Dockerfile

6 lines
117 B
Docker

FROM appleboy/drone-ssh
6 years ago
COPY entrypoint.sh /entrypoint.sh
6 years ago
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]