Sign in
chromium
/
external
/
github.com
/
docker
/
cli
/
18.06
/
.
/
docs
/
yaml
/
Dockerfile
blob: 059b97a917847fbfa222427fd19d6d43435604fc [
file
] [
log
] [
blame
]
FROM scratch
COPY docs
/
docs
# CMD cannot be nil so we set it to empty string
CMD
[
""
]