2016-09-29 21:21:06 +02:00
|
|
|
---
|
|
|
|
{}
|
|
|
|
---
|
|
|
|
|
2016-09-28 23:46:28 +02: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/
|