What problem does it solve?
Deploying Bun apps to production often involves manually creating Dockerfiles and deployment artifacts, which can lead to bloated images and inconsistent configurations. This skill automates the generation of optimized Docker images and deployment templates, streamlining containerized Bun workflows.
Core Features & Use Cases
- Optimized Dockerfiles: Generates multi-stage Bun-specific templates that minimize image sizes and build times.
- Deployment Artifacts: Provides Kubernetes manifests and CI/CD templates to accelerate production rollouts.
- Use Case: When shipping Bun applications to containers or to Kubernetes, use this skill to produce production-ready images and consistent deployment configurations.
Quick Start
Generate an optimized Dockerfile and deployment artifacts for your Bun project with a single command: bun-deploy at the project root.