mirror of
https://github.com/docker/docs.git
synced 2026-04-04 18:28:58 +07:00
14 lines
186 B
Docker
14 lines
186 B
Docker
---
|
|
{}
|
|
---
|
|
|
|
FROM docs/base:oss
|
|
MAINTAINER Docker Docs team <docs@docker.com>
|
|
|
|
ENV PROJECT=docker-store
|
|
|
|
# To get the git infos for this repo
|
|
COPY . /src
|
|
|
|
COPY . /docs/content/$PROJECT/
|