burnett01-rsync-deployments/Dockerfile

9 lines
232 B
Docker
Raw Normal View History

# drinternet/rsync@v1.4.4
FROM drinternet/rsync@sha256:15b2949838074bd93c49421c22380396a0cd53a322439e799ac87afcadcfe234
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"]