scp-action/Dockerfile

6 lines
132 B
Docker
Raw Normal View History

FROM ghcr.io/appleboy/drone-scp:1.6.10
2019-05-11 09:01:31 +00:00
2021-02-13 02:57:10 +00:00
COPY entrypoint.sh /entrypoint.sh
2019-05-11 09:01:31 +00:00
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]