mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
12 lines
221 B
YAML
12 lines
221 B
YAML
services:
|
|
server:
|
|
build:
|
|
context: .
|
|
target: build-base
|
|
volumes:
|
|
- "${PWD}:/src"
|
|
- /src/node_modules
|
|
ports:
|
|
- "1313:1313"
|
|
entrypoint: ["hugo", "server", "--bind", "0.0.0.0"]
|