1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/docs/Dockerfile

14 lines
216 B
Docker
Raw Normal View History

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