- Remove 'server' from .dockerignore so the Express server is baked into
the image (was being excluded, causing 'Cannot find module' on startup)
- Switch from import("./server") to server.ssrLoadModule("/server/index.ts")
so Vite resolves the path from the project root, not the temp compile dir
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>