services:
app:
image: node:25-alpine
working_dir: /app
volumes:
- .:/app
ports:
- "3000:3000"
command: npm run dev