action-scp/Dockerfile

6 lines
134 B
Text
Raw Normal View History

2019-09-28 17:43:03 +00:00
FROM appleboy/drone-scp:1.5.3-linux-amd64
2019-05-11 09:01:31 +00:00
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]