mirror of
https://github.com/appleboy/scp-action.git
synced 2025-02-10 16:51:11 +00:00
6 lines
132 B
Docker
6 lines
132 B
Docker
FROM ghcr.io/appleboy/drone-scp:latest
|
|
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
ENTRYPOINT ["/entrypoint.sh"]
|