Files
ssh-action/Dockerfile
T

6 lines
112 B
Docker
Raw Normal View History

2024-07-14 16:17:12 +08:00
FROM ghcr.io/appleboy/drone-ssh:1.7.7
2019-05-15 00:31:53 +08:00
COPY entrypoint.sh /bin/entrypoint.sh
ENTRYPOINT ["/bin/entrypoint.sh"]