You've already forked ssh-action
mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2025-12-17 19:08:27 +00:00
6 lines
132 B
Docker
6 lines
132 B
Docker
FROM ghcr.io/appleboy/drone-ssh:latest
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|