mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
7abc60a93b
convert docs Dockerfiles to use docs/base:oss
(cherry picked from commit 1c0edf6c39
)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
207 B
Docker
8 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/
|