mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
14 lines
254 B
YAML
14 lines
254 B
YAML
services:
|
|
server:
|
|
build:
|
|
context: .
|
|
target: build-base
|
|
ports:
|
|
- "1313:1313"
|
|
entrypoint: ["hugo", "server", "--bind", "0.0.0.0"]
|
|
develop:
|
|
watch:
|
|
- action: sync
|
|
path: .
|
|
target: /project
|