fonts-vault/app/api/fonts/[id]
bo.yu ab00d7d1a0 chore: add Docker support and update environment configuration
- Add Dockerfile with multi-stage build for optimized production image
- Add .dockerignore to exclude unnecessary files from Docker builds
- Add Docker deployment scripts (docker-all.sh, docker-build.sh, docker-deploy.sh, docker-push.sh)
- Update .env.example with simplified and reorganized configuration variables
- Update .gitignore to exclude docker-compose.override.yml
- Fix Next.js 15 compatibility by updating dynamic route params to use Promise type
- Update API routes (brands, categories, fonts, styles) to handle async params
- Add health check endpoint at /api/health/route.ts
- Update admin font pages to properly await params
- Update next.config.ts configuration
- Remove next.svg from public assets
- Update package.json and package-lock.json dependencies
- Fix VSCode settings.json formatting
2025-12-07 16:10:11 +08:00
..
analysis chore: initialize project with Next.js app structure and tooling 2025-11-26 16:44:20 +08:00
route.ts chore: add Docker support and update environment configuration 2025-12-07 16:10:11 +08:00