mirror of https://github.com/docker/cli.git
4 lines
57 B
Docker
4 lines
57 B
Docker
|
FROM busybox
|
||
|
ADD ./README.md /
|
||
|
CMD ["cat", "/README.md"]
|