Files
docker-docs/docs/Dockerfile
Mary Anthony f70588593c Initial push
Signed-off-by: Mary Anthony <mary@docker.com>
2015-06-08 14:55:46 -07:00

9 lines
303 B
Docker

FROM docs-base:hugo-feature-work
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
# to get the git info for this repo
COPY . /src
COPY . /docs/content/opensource/
RUN find /docs/content/opensource -type f -name "*.md" -exec sed -i.old -e '/^<!.*metadata]>/g' -e '/^<!.*end-metadata.*>/g' {} \;