action-scp/Dockerfile

6 lines
116 B
Text
Raw Normal View History

2019-09-28 02:54:49 +00:00
FROM appleboy/drone-scp
2019-05-11 09:01:31 +00:00
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]