scp-action/Dockerfile

6 lines
135 B
Docker
Raw Normal View History

FROM appleboy/drone-scp:1.6.4-linux-amd64
2019-05-11 17:01:31 +08:00
2021-02-13 10:57:10 +08:00
COPY entrypoint.sh /entrypoint.sh
2019-05-11 17:01:31 +08:00
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]