14 lines
211 B
YAML
14 lines
211 B
YAML
services:
|
|
build:
|
|
image: klakegg/hugo:ext-alpine
|
|
volumes:
|
|
- ".:/src"
|
|
server:
|
|
image: klakegg/hugo:ext-alpine
|
|
command: server
|
|
volumes:
|
|
- ".:/src"
|
|
ports:
|
|
- "1313:1313"
|
|
|