Files
docker-cli/docs/yaml/Dockerfile
T
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 [""]