17 lines
286 B
YAML
17 lines
286 B
YAML
---
|
|
services:
|
|
app:
|
|
build: .
|
|
ports:
|
|
- "3000:3000"
|
|
develop:
|
|
watch:
|
|
- action: rebuild
|
|
path: src/
|
|
- action: sync+restart
|
|
path: html/
|
|
target: html
|
|
- action: sync
|
|
path: static/
|
|
target: static
|