Files
docker-docs/compose.yaml
David Karlsson 5b8ceb6a8f ci: use official Hugo image
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
2024-10-16 17:26:46 +02:00

14 lines
250 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: /src