mirror of https://github.com/docker/docs.git
remind compose file how to build
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
parent
eeb4a8843a
commit
baaea2dcbd
|
@ -1,6 +1,9 @@
|
|||
version: "2"
|
||||
services:
|
||||
docs:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: docs/docstage
|
||||
ports:
|
||||
- "4000:4000"
|
||||
|
|
Loading…
Reference in New Issue