1
0
mirror of https://github.com/appleboy/scp-action.git synced 2025-06-22 01:21:12 +08:00
2019-09-29 01:43:03 +08:00

6 lines
134 B
Docker

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