- Stage 1 (node:20): builds Vue.js frontend to /app/dist - Stage 2 (python:3.12): FastAPI serves API + static files - main.py: serve Vue.js dist via StaticFiles if /app/dist exists - Removes GET / route (replaced by frontend index.html) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>