mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
remind compose file how to build
Signed-off-by: Trapier Marshall <trapier.marshall@docker.com>
This commit is contained in:
committed by
Joao Fernandes
parent
eeb4a8843a
commit
baaea2dcbd
@@ -1,6 +1,9 @@
|
||||
version: "2"
|
||||
services:
|
||||
docs:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: docs/docstage
|
||||
ports:
|
||||
- "4000:4000"
|
||||
|
||||
Reference in New Issue
Block a user