mirror of
https://github.com/distribution/distribution
synced 2025-02-23 06:49:36 +01:00
10 lines
210 B
Docker
10 lines
210 B
Docker
FROM docs/base:oss
|
|
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
|
|
|
ENV PROJECT=registry
|
|
|
|
# To get the git info for this repo
|
|
COPY . /src
|
|
RUN rm -r /docs/content/$PROJECT/
|
|
COPY . /docs/content/$PROJECT/
|