rsync-deployments/Dockerfile

8 lines
140 B
Docker
Raw Normal View History

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