You've already forked ssh-action
mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2025-12-10 15:28:57 +00:00
6 lines
115 B
Docker
6 lines
115 B
Docker
FROM appleboy/drone-ssh
|
|
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"
|