mirror of
https://github.com/docker/docs.git
synced 2026-04-03 01:38:58 +07:00
12 lines
184 B
YAML
12 lines
184 B
YAML
version: "2"
|
|
services:
|
|
docs-beta-stage:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
image: docs/
|
|
ports:
|
|
- "4000:4000"
|
|
volumes:
|
|
- "./:/usr/src/app"
|