1
0
mirror of https://github.com/appleboy/scp-action.git synced 2025-07-01 00:31:12 +08:00
2020-04-16 22:25:52 +08:00

6 lines
134 B
Docker

FROM appleboy/drone-scp:1.5.7-linux-amd64
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]