Commit Graph

6 Commits

Author SHA1 Message Date
44e2952fa1 fix: ensure Next.js build completes successfully in Dockerfile
- Remove build error tolerance that was hiding failures
- Add explicit check that .next directory exists after build
- Force build to fail if .next is not created

This ensures the Docker image always contains a valid Next.js build.
2025-11-24 01:13:38 +01:00
7995b65ebe fix: revert to standard Docker build (standalone incompatible with SSR errors) 2025-11-18 17:13:21 +01:00
9d625a3a0a fix: use Next.js standalone mode for better Docker deployment 2025-11-18 17:07:04 +01:00
6b2b52dc1c fix: allow Docker build to continue with SSR prerender warnings
- Modified Dockerfile to tolerate Next.js SSR errors during build
- Build succeeds if .next directory exists (functional build artifact)
- SSR errors for /login and /profil pages don't affect production runtime
- These pages render client-side only as intended
2025-11-18 16:33:23 +01:00
d9d12727e1 docs: add comprehensive OAuth configuration guide and update Dockerfile
- Add detailed OAuth setup instructions for Google and Facebook in README
- Include step-by-step guides with console URLs and configuration details
- Document required environment variables for OAuth
- Add deployment instructions with Docker build args
- Update Dockerfile to accept OAuth credentials as build arguments
- Support NEXT_PUBLIC_GOOGLE_CLIENT_ID and NEXT_PUBLIC_FACEBOOK_APP_ID

This enables OAuth authentication while keeping it optional for deployments.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-18 03:04:40 +01:00
0800dfd365 Initial commit du frontend The Tip Top 2025-10-30 11:11:59 +00:00