mirror of
https://github.com/moby/moby.git
synced 2026-07-05 22:27:36 +00:00
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/
|