mirror of
https://github.com/appleboy/ssh-action.git
synced 2024-11-23 14:36:10 +08: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"
|