Added the rsync-server

This commit is contained in:
2023-04-15 12:30:33 +02:00
parent 3e036c8af5
commit 52216f7e33
3 changed files with 38 additions and 1 deletions

8
rsync-server/Dockerfile Normal file
View File

@@ -0,0 +1,8 @@
FROM alpine:latest
ADD rsync-server.sh /usr/bin/rsync-server.sh
RUN apk add --no-cache bash rsync \
&& chmod +x /usr/bin/rsync-server.sh
CMD /usr/bin/rsync-server.sh