File tree Expand file tree Collapse file tree 1 file changed +2
-11
lines changed
Expand file tree Collapse file tree 1 file changed +2
-11
lines changed Original file line number Diff line number Diff line change 1- FROM docs/base:latest
1+ FROM docs/base:oss
22MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
33
4- RUN svn checkout https://github.com/docker/compose/trunk/docs /docs/content/compose
5- RUN svn checkout https://github.com/docker/swarm/trunk/docs /docs/content/swarm
6- RUN svn checkout https://github.com/docker/machine/trunk/docs /docs/content/machine
7- RUN svn checkout https://github.com/docker/distribution/trunk/docs /docs/content/registry
8- RUN svn checkout https://github.com/docker/notary/trunk/docs /docs/content/notary
9- RUN svn checkout https://github.com/docker/kitematic/trunk/docs /docs/content/kitematic
10- RUN svn checkout https://github.com/docker/toolbox/trunk/docs /docs/content/toolbox
11- RUN svn checkout https://github.com/docker/opensource/trunk/docs /docs/content/opensource
12-
134ENV PROJECT=engine
145# To get the git info for this repo
156COPY . /src
16-
7+ RUN rm -r /docs/content/$PROJECT/
178COPY . /docs/content/$PROJECT/
You can’t perform that action at this time.
0 commit comments