mirror of
https://github.com/docker/docs.git
synced 2026-03-29 07:18:51 +07:00
10 lines
208 B
Docker
10 lines
208 B
Docker
FROM docs/base:oss
|
|
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
|
|
|
|
ENV PROJECT=notary
|
|
|
|
# To get the git info for this repo
|
|
COPY . /src
|
|
RUN rm -r /docs/content/$PROJECT/
|
|
COPY . /docs/content/$PROJECT/
|