w-lab-app/docker-compose.yml
gofnnp f71ff66ace main
home page
2025-06-12 21:40:39 +04:00

13 lines
202 B
YAML

version: '3.8'
services:
app:
build: .
ports:
- "3000:3000"
volumes:
- .:/app
- /app/node_modules
environment:
- NODE_ENV=development
command: npm run dev