ssh/Dockerfile

6 lines
134 B
Text
Raw Normal View History

2020-04-16 16:24:18 +02:00
FROM appleboy/drone-ssh:1.5.6-linux-amd64
2019-05-14 18:31:53 +02:00
ADD entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh
2019-09-29 04:50:09 +02:00
ENTRYPOINT ["/entrypoint.sh"]