1
0
mirror of https://github.com/docker/cli.git synced 2026-01-13 18:22:35 +03:00
Files
cli/docs/yaml/Dockerfile
Tibor Vass d2cb97e76d Revert docs/yaml removal
This reverts commit 3e911ff825.
2017-06-02 00:25:19 +00:00

5 lines
88 B
Docker

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