scp-action/Dockerfile

6 lines
116 B
Docker
Raw Normal View History

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