services: app: build: . ports: - "5173:5173" command: sh -c "npx tsx scripts/compute_layout.ts && npm run dev -- --host" volumes: - .:/app - /app/node_modules # Prevents local node_modules from overwriting the container's