recipe-manager/docs
Paul Huliganga 1504986d0b feat(docker): add frontend Dockerfile with nginx configuration
- Created multi-stage Dockerfile for frontend build and deployment
- Builder stage: npm ci, TypeScript compilation, Vite build
- Production stage: nginx Alpine serving static assets
- Added nginx.conf with SPA routing, gzip compression, security headers
- Created frontend/.dockerignore to optimize build context
- Added health check endpoint at /health for container orchestration
- Documented build strategy, optimization, and deployment in docs/docker-frontend.md
- Verified: npm build succeeds (Docker build pending availability)
2026-03-24 07:57:11 -04:00
..
ADR-001-sqlite-library-choice.md fix(deps): switch to sql.js to resolve Node v22 compatibility 2026-03-24 00:00:59 -04:00
docker-backend.md feat(devops): add backend Dockerfile with multi-stage build 2026-03-24 07:42:13 -04:00
docker-frontend.md feat(docker): add frontend Dockerfile with nginx configuration 2026-03-24 07:57:11 -04:00