mirror of
https://github.com/clearlinux/docker.git
synced 2026-05-14 10:43:50 +00:00
14 lines
218 B
Docker
14 lines
218 B
Docker
FROM docs/base:latest
|
|
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
|