chill_hugoplate/docker-compose.yaml

12 lines
171 B
YAML
Raw Normal View History

version: '3.9'
services:
front:
image: hugomods/hugo:latest
ports:
- "127.0.0.1:1313:1313"
volumes:
- ".:/src"
command: >
npm run dev