feat(infra): add docker image build and deploy pipeline (#13)

This commit is contained in:
Stas
2026-03-05 04:01:08 +03:00
committed by GitHub
parent fad17b690f
commit 4ecafcfe23
11 changed files with 293 additions and 4 deletions

View File

@@ -4,3 +4,10 @@ Telegram household finance bot and mini app built with Bun workspaces.
See the [development setup runbook](docs/runbooks/dev-setup.md) for full setup,
quality-check, and local development commands.
For container smoke testing, run:
```bash
bun run docker:build
bun run docker:smoke
```