version: "3.1"
services:
build:
image: klakegg/hugo:0.88.0-alpine
volumes:
- "${PWD}/src:/src"
serve:
command: server
ports:
- 1313:1313