mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
8 lines
164 B
Docker
8 lines
164 B
Docker
FROM starefossen/github-pages:onbuild
|
|
|
|
ONBUILD RUN git clone https://www.github.com/docker/docker.github.io docs
|
|
|
|
ONBUILD WORKDIR docs
|
|
|
|
ONBUILD COPY . /usr/src/app
|