8 lines
140 B
Docker
Raw Normal View History

2020-01-05 11:03:17 +00:00
FROM drinternet/rsync:1.0.1
2019-02-09 13:17:45 +00:00
# Copy entrypoint
2020-01-05 11:03:17 +00:00
COPY entrypoint.sh /entrypoint.sh
2019-02-09 13:17:45 +00:00
RUN chmod +x /entrypoint.sh
2019-12-27 16:11:54 +01:00
2019-02-09 13:17:45 +00:00
ENTRYPOINT ["/entrypoint.sh"]