Deployment
Deploy Repix to popular serverless and container platforms.
Repix is Docker-ready and can be deployed to any platform that supports containerized applications. This section covers:
Prerequisites
Repix includes a production-ready Dockerfile that:
- Uses multi-stage build for minimal image size
- Includes Sharp's native dependencies (libvips)
- Runs as non-root user
- Has health check on
/health
Ensure your repo has the Dockerfile at the root before deploying.

