dive-zfs/Dockerfile.slim
2019-07-27 13:33:10 -04:00

4 lines
46 B
Docker

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