mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03:00
Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au> Upstream-commit: a9935d276ee8c45a1fc7f3e387c173ed26c71682 Component: engine
9 lines
207 B
Docker
9 lines
207 B
Docker
FROM docs/base:oss
|
|
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
|
|
|
ENV PROJECT=engine
|
|
# To get the git info for this repo
|
|
COPY . /src
|
|
RUN rm -r /docs/content/$PROJECT/
|
|
COPY . /docs/content/$PROJECT/
|