dive/Dockerfile
2018-10-24 21:48:21 -04:00

3 lines
57 B
Docker

FROM debian:stable-slim
COPY dive /
ENTRYPOINT ["/dive"]