mirror of https://github.com/docker/cli.git
5 lines
88 B
Docker
5 lines
88 B
Docker
|
FROM scratch
|
||
|
COPY docs /docs
|
||
|
# CMD cannot be nil so we set it to empty string
|
||
|
CMD [""]
|