Delete Dockerfile

This commit is contained in:
melody 2025-07-07 01:12:36 +02:00
commit 751231683d

View file

@ -1,16 +0,0 @@
FROM alpine:edge
RUN apk upgrade --no-cache && \
apk add --no-cache su-exec rsync && \
adduser -D -u 1000 rsync
RUN mkdir /data && \
chown rsync:rsync /data && \
chmod 500 /data
RUN touch /var/run/rsyncd.lock && \
chown rsync:rsync /var/run/rsyncd.lock
USER rsync
CMD ["rsync", "--version"]