docker-borgstore/Dockerfile

9 lines
132 B
Docker
Raw Normal View History

2025-01-27 08:49:55 +01:00
FROM alpine:3.21
RUN \
apk -U add openssh-server rsync borgbackup
COPY rootfs /
ENTRYPOINT [ "/bin/sh", "/app/entrypoint.sh" ]