github.com/gunjan5/docker@v1.8.2/docs/Dockerfile (about) 1 FROM docs/base:latest 2 MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl) 3 4 # To get the git info for this repo 5 COPY . /src 6 7 COPY . /docs/content/ 8 9 WORKDIR /docs/content 10 11 RUN /docs/content/touch-up.sh 12 13 WORKDIR /docs