2024-07-16 22:15:41 +00:00
|
|
|
---
|
|
|
|
services:
|
|
|
|
app:
|
|
|
|
build: .
|
|
|
|
ports:
|
2024-09-28 16:16:52 +00:00
|
|
|
- "3000:3000"
|
2024-12-10 03:04:52 +00:00
|
|
|
develop:
|
|
|
|
watch:
|
|
|
|
- action: rebuild
|
|
|
|
path: src/
|
2024-12-14 08:34:47 +00:00
|
|
|
- action: sync+restart
|
|
|
|
path: tmpl/
|
|
|
|
target: tmpl/
|
2024-12-21 11:13:23 +00:00
|
|
|
- action: sync+restart
|
|
|
|
path: html/
|
|
|
|
target: html/
|
|
|
|
- action: sync
|
|
|
|
path: css/
|
|
|
|
target: css/
|
2024-12-12 14:28:45 +00:00
|
|
|
- action: sync
|
|
|
|
path: static/
|
2024-12-14 08:34:47 +00:00
|
|
|
target: static/
|