mirror of
https://github.com/docker/docs.git
synced 2026-03-27 22:38:54 +07:00
16 lines
289 B
YAML
16 lines
289 B
YAML
services:
|
|
server:
|
|
build:
|
|
context: .
|
|
target: dev
|
|
ports:
|
|
- "1313:1313"
|
|
entrypoint: ["hugo", "server", "--bind", "0.0.0.0"]
|
|
develop:
|
|
watch:
|
|
- action: sync
|
|
path: .
|
|
target: /src
|
|
ignore:
|
|
- node_modules/
|