dockviz/Dockerfile
2015-08-18 06:33:22 -07:00

4 lines
71 B
Docker

FROM scratch
COPY dockviz /
ENV IN_DOCKER true
ENTRYPOINT ["/dockviz"]