github.com/kaisenlinux/docker.io@v0.0.0-20230510090727-ea55db55fac7/cli/docs/yaml/Dockerfile (about)

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