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