scp-action/Dockerfile
Bo-Yi Wu 722ddfc32b
Some checks failed
scp files / Build (push) Failing after 7s
chore: upgrade to drone-scp:1.5.2
2019-09-28 12:55:25 +08:00

6 lines
134 B
Docker

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