mirror of
https://github.com/Burnett01/rsync-deployments.git
synced 2024-11-21 15:03:46 +01:00
b943ffe476
* update base image drinternet/rsync:v1.3.0 * Base Image updates: alpine 3.14.1 latest * use v5.1 in examples * support for v5.x * mention Alpine version
7 lines
141 B
Docker
7 lines
141 B
Docker
FROM drinternet/rsync:v1.3.0
|
|
|
|
# Copy entrypoint
|
|
COPY entrypoint.sh /entrypoint.sh
|
|
RUN chmod +x /entrypoint.sh
|
|
|
|
ENTRYPOINT ["/entrypoint.sh"]
|