remind compose file how to build

Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
Trapier Marshall 2018-05-03 16:51:41 -04:00 committed by Joao Fernandes
parent eeb4a8843a
commit baaea2dcbd
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
version: "2" version: "2"
services: services:
docs: docs:
build:
context: .
dockerfile: Dockerfile
image: docs/docstage image: docs/docstage
ports: ports:
- "4000:4000" - "4000:4000"