overleaf/backup/Dockerfile

5 lines
97 B
Docker

FROM alpine
RUN apk add rsync
RUN apk add openssh
ENTRYPOINT ["/bin/sh", "-c","sleep infinity"]