blob: 3df7a0c7122c8fe5a70680141806146843e6c199 [file] [log] [blame]
FROM docs/base:hugo
MAINTAINER Mary Anthony <mary@docker.com> (@moxiegirl)
# To get the git info for this repo
COPY . /src
COPY . /docs/content/
WORKDIR /docs/content
RUN /docs/content/touch-up.sh
WORKDIR /docs