2016-09-29 12:21:06 -07:00
|
|
|
---
|
|
|
|
{}
|
|
|
|
---
|
|
|
|
|
2016-09-28 14:46:28 -07:00
|
|
|
FROM docs/base:oss
|
|
|
|
MAINTAINER Docker Docs <docs@docker.com>
|
|
|
|
|
|
|
|
ENV PROJECT=registry
|
|
|
|
|
|
|
|
# To get the git info for this repo
|
|
|
|
COPY . /src
|
|
|
|
RUN rm -rf /docs/content/$PROJECT/
|
|
|
|
COPY . /docs/content/$PROJECT/
|