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

3 lines
46 B
Text

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