dive-zfs/Dockerfile.slim

4 lines
68 B
Docker

FROM scratch
COPY dist/dive_linux_amd64/dive /
ENTRYPOINT ["/dive"]