2016-04-28 12:57:13 +00:00
|
|
|
FROM docs/base:oss
|
2016-05-25 18:30:01 +00:00
|
|
|
MAINTAINER Docker Docs <docs@docker.com>
|
2014-10-22 22:14:02 +00:00
|
|
|
|
2015-11-26 10:20:46 +00:00
|
|
|
ENV PROJECT=engine
|
2015-11-12 15:30:40 +00:00
|
|
|
# To get the git info for this repo
|
|
|
|
COPY . /src
|
2016-05-25 18:30:01 +00:00
|
|
|
RUN rm -rf /docs/content/$PROJECT/
|
2015-11-26 10:20:46 +00:00
|
|
|
COPY . /docs/content/$PROJECT/
|