2016-04-28 12:57:10 +00:00
|
|
|
FROM docs/base:oss
|
2016-05-19 12:52:58 +00:00
|
|
|
MAINTAINER Docker Docs <docs@docker.com>
|
2015-04-01 18:28:34 +00:00
|
|
|
|
2015-08-05 05:55:21 +00:00
|
|
|
ENV PROJECT=registry
|
|
|
|
|
2015-06-08 00:58:53 +00:00
|
|
|
# To get the git info for this repo
|
2015-04-01 18:28:34 +00:00
|
|
|
COPY . /src
|
2016-05-19 12:52:58 +00:00
|
|
|
RUN rm -rf /docs/content/$PROJECT/
|
2015-08-05 05:55:21 +00:00
|
|
|
COPY . /docs/content/$PROJECT/
|