Create Dockerfile

This commit is contained in:
David Rotermund 2024-07-16 17:50:51 +02:00 committed by GitHub
parent 36ea19e527
commit 38a2fda23c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

5
backup/Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM alpine
RUN apk add rsync
RUN apk add openssh
ENTRYPOINT ["/bin/sh", "-c","sleep infinity"]