mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Signed-off-by: Mary Anthony <mary@docker.com> Upstream-commit: e0bceb70647499ec3660204731a1b42ced927492 Component: engine
14 lines
218 B
Docker
14 lines
218 B
Docker
FROM docs/base:latest
|
|
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
|
|
|
# To get the git info for this repo
|
|
COPY . /src
|
|
|
|
COPY . /docs/content/
|
|
|
|
WORKDIR /docs/content
|
|
|
|
RUN /docs/content/touch-up.sh
|
|
|
|
WORKDIR /docs
|