services: beoanswer_rect: build: . ports: - "5173:5173" volumes: - .:/app # Source-Code in Container mounten - /app/node_modules # node_modules im Container behalten environment: - NODE_ENV=development command: ["npm", "run", "dev", "--", "--host"]