burnett01-rsync-deployments/Dockerfile

8 lines
141 B
Docker
Raw Normal View History

FROM drinternet/rsync:v1.4.4
2019-02-09 21:17:45 +08:00
# Copy entrypoint
2020-01-05 19:03:17 +08:00
COPY entrypoint.sh /entrypoint.sh
2019-02-09 21:17:45 +08:00
RUN chmod +x /entrypoint.sh
2019-12-27 23:11:54 +08:00
2019-02-09 21:17:45 +08:00
ENTRYPOINT ["/entrypoint.sh"]