yw5ncom/compose.yaml
ange e9fc659a5a
All checks were successful
/ deploy (push) Successful in 46s
feat: html static templates
2024-12-14 08:34:47 +00:00

20 lines
365 B
YAML

---
services:
app:
build: .
ports:
- "3000:3000"
develop:
watch:
- action: rebuild
path: src/
- action: sync+restart
path: html/
target: html/
- action: sync+restart
path: tmpl/
target: tmpl/
- action: sync
path: static/
target: static/