yw5ncom/compose.yaml
ange 4b530d332c
All checks were successful
/ deploy (push) Successful in 46s
feat: copy button
2024-12-12 14:28:45 +00:00

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