website/compose.yaml

10 lines
129 B
YAML

services:
web:
build: .
develop:
watch:
- path: .
action: rebuild
ports:
- 8080:8080