mirror of
https://github.com/moby/moby.git
synced 2026-07-15 12:01:27 +00:00
convert docs Dockerfiles to use docs/base:oss
(cherry picked from commit 1c0edf6c39)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
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/
|