mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Signed-off-by: French Ben <frenchben@docker.com> Signed-off-by: Tibor Vass <tibor@docker.com> Upstream-commit: 5443f0152f77eb983e6475474b02c2e11d975f1c Component: engine
5 lines
88 B
Docker
5 lines
88 B
Docker
FROM scratch
|
|
COPY docs /docs
|
|
# CMD cannot be nil so we set it to empty string
|
|
CMD [""]
|