15 lines
240 B
YAML
15 lines
240 B
YAML
services:
|
|
app:
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile.dev
|
|
ports:
|
|
- "5173:5173"
|
|
volumes:
|
|
- .:/app
|
|
- /app/node_modules
|
|
env_file:
|
|
- .env
|
|
environment:
|
|
- CHOKIDAR_USEPOLLING=true
|