The favicon was trying to load from /assets/images/app-icon.svg which doesn't exist in the build output (Vite only copies public folder). Copied app-icon.svg to public/icons/ and updated index.html reference. This fixes the 404 error and container health check. Co-authored-by: Cursor <cursoragent@cursor.com>