mirror of
https://github.com/distribution/distribution.git
synced 2026-01-18 16:45:00 +00: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/
|