Commit graph

1 commit

Author SHA1 Message Date
DustyWalker
451243b1af feat: add Dockerfile - multi-stage Alpine build optimized for production
Multi-stage Dockerfile with:
- Alpine Linux base for minimal size (<300MB target)
- Separate stages for builder, production, worker, and development
- Security-focused with non-root user execution
- VIPS library integration for image processing
- pnpm package manager support
- Health checks and proper signal handling with tini
- Optimized layer caching and dependency installation
- Production and development configurations

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-05 16:48:20 +02:00