Co-authored-by: stcb <21@stcb.cc> Reviewed-on: icing/G-EIP-700-TLS-7-1-eip-stephane.corbiere#4 Co-authored-by: ange <ange@yw5n.com> Co-committed-by: ange <ange@yw5n.com>
23 lines
432 B
YAML
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/
|