ssh/Dockerfile

6 lines
112 B
Text
Raw Normal View History

FROM ghcr.io/appleboy/drone-ssh:1.7.4
2019-05-14 18:31:53 +02:00
COPY entrypoint.sh /bin/entrypoint.sh
ENTRYPOINT ["/bin/entrypoint.sh"]