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

12 lines
410 B
YAML
Raw Normal View History

2020-02-10 20:38:11 +02:00
version: '3'
services:
app:
build: .
working_dir: /go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample
command: hugo server -v --bind "0.0.0.0" --port 1313 --watch -t lanyon
ports:
- "1313:1313"
volumes:
- ./hugoBasicExample:/go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample
- .:/go/src/github.com/alexandrevicenzi/lanyon/hugoBasicExample/themes/lanyon