19 lines
373 B
YAML
19 lines
373 B
YAML
services:
|
|
web:
|
|
build: .
|
|
command: ["npm", "run", "dev"]
|
|
ports:
|
|
- 5173:5173
|
|
- 8080:8080
|
|
develop:
|
|
watch:
|
|
- action: sync
|
|
path: ./src
|
|
target: /app/src
|
|
- action: rebuild
|
|
path: package.json
|
|
- action: rebuild
|
|
path: Dockerfile
|
|
- action: restart
|
|
path: compose.yaml
|