mirror of
https://gitea.com/Lydanne/ssh-action.git
synced 2025-07-14 23:27:08 +08:00
6 lines
116 B
Docker
6 lines
116 B
Docker
FROM appleboy/drone-ssh
|
|
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|