3
0
Fork 0
mirror of https://gitea.com/actions/appleboy-ssh-action.git synced 2025-03-02 05:34:01 +01:00
ssh/Dockerfile

6 lines
112 B
Text
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"]