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 11:28:34 -07:00
|
|
|
|
2015-08-04 22:55:21 -07:00
|
|
|
ENV PROJECT=registry
|
|
|
|
|
2015-06-07 17:58:53 -07:00
|
|
|
# To get the git info for this repo
|
2015-04-01 11:28:34 -07:00
|
|
|
COPY . /src
|
2016-05-19 12:52:58 +00:00
|
|
|
RUN rm -rf /docs/content/$PROJECT/
|
2015-08-04 22:55:21 -07:00
|
|
|
COPY . /docs/content/$PROJECT/
|