Files
docker-docs/docker-compose.yml
Trapier Marshall baaea2dcbd remind compose file how to build
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
2018-05-03 16:08:48 -07:00

12 lines
181 B
YAML

version: "2"
services:
docs:
build:
context: .
dockerfile: Dockerfile
image: docs/docstage
ports:
- "4000:4000"
volumes:
- "./:/usr/src/app"