scp-action/Dockerfile

6 lines
132 B
Docker
Raw Permalink Normal View History

2023-04-10 13:50:27 +08:00
FROM ghcr.io/appleboy/drone-scp:latest
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"]