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