yw5ncom/compose.yaml
ange 08557f45db
All checks were successful
/ deploy (push) Successful in 46s
feat: linkedin
2024-12-21 11:13:23 +00:00

23 lines
432 B
YAML

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