services: app: build: context: . dockerfile: Dockerfile.dev ports: - "5173:5173" volumes: - .:/app - /app/node_modules env_file: - .env environment: - CHOKIDAR_USEPOLLING=true