aboutsummaryrefslogtreecommitdiff
path: root/Containerfile
blob: 326532f2491c77fb06f4cc630166ecbd970ca4be (plain)
1
2
3
4
5
6
7
8
FROM alpine:latest
RUN apk add --no-cache zfs zfs-lts

COPY target/x86_64-unknown-linux-musl/release/zsnap /usr/local/bin/zsnap

ENV ZSNAP_CONFIG=/etc/zsnap.toml

CMD ["zsnap", "run"]