version: "3.9" services: vite-app: build: . ports: - "5173:5173" volumes: - .:/app - /app/node_modules environment: - NODE_ENV=development