mirror of
https://github.com/appleboy/scp-action.git
synced 2024-11-23 23:55:09 +08:00
861f2e0e7b
To pull in the fix for the typo related to proxy_paraphrase
6 lines
134 B
Docker
6 lines
134 B
Docker
FROM appleboy/drone-scp:1.5.6-linux-amd64
|
|
|
|
ADD entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|