mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-21 23:13:46 +01:00
4b36c0937b
Bumps drinternet/rsync from v1.4.1 to v1.4.2. --- updated-dependencies: - dependency-name: drinternet/rsync dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
7 lines
141 B
Docker
7 lines
141 B
Docker
FROM drinternet/rsync:v1.4.2
|
|
|
|
# Copy entrypoint
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|