pi-www-theme-soho/docker-compose.yml

12 lines
239 B
YAML

version: '3'
services:
app:
build: .
working_dir: /blog
command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t soho
ports:
- "1313:1313"
volumes:
- ./exampleSite:/blog
- .:/blog/themes/soho