binctr/vendor/github.com/docker/cli/docs/yaml/Dockerfile
Jess Frazelle cdd93563f5 add better generate
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-03-20 01:33:56 -04:00

4 lines
88 B
Docker

FROM scratch
COPY docs /docs
# CMD cannot be nil so we set it to empty string
CMD [""]