add Dockerfile

This commit is contained in:
fa-sharp
2026-02-22 02:24:28 -05:00
parent 13918f65ad
commit 594e15a768
2 changed files with 46 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ A production-ready template for building web services with Rust and Axum.
- **Graceful Shutdown** - Handles SIGTERM and SIGINT signals
- **Plugin Architecture** - Modular app initialization with `axum-app-wrapper`
- **Optional OpenAPI** - API documentation with `aide` (optional)
- **Docker / OCI** - Dockerfile with sensible defaults for quick deployment
## Usage