mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
9 lines
195 B
Docker
9 lines
195 B
Docker
FROM docs/base:oss
|
|
MAINTAINER Docker Docs <docs@docker.com>
|
|
|
|
ENV PROJECT=compose
|
|
# To get the git info for this repo
|
|
COPY . /src
|
|
RUN rm -rf /docs/content/$PROJECT/
|
|
COPY . /docs/content/$PROJECT/
|