scp-action/Dockerfile
Bo-Yi Wu 1a6b426141
Some checks failed
scp files / Build (push) Failing after 4s
chore: upgrade drone-scp to 1.5.7
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"]