reg/vendor/github.com/docker/cli/docs/yaml/Dockerfile
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04:00

5 lines
88 B
Docker

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