dive-zfs/Dockerfile
2019-05-06 17:46:02 +10:00

4 lines
49 B
Docker

FROM alpine:3.9
COPY dive /
ENTRYPOINT ["/dive"]