fix: allow Docker builds without BUILD_VERSION

This commit is contained in:
jacob-sheng
2026-03-21 09:55:53 +08:00
parent 6de2457743
commit 7a65d1eaa2
6 changed files with 8 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ spec:
- Admin panel: `/admin`
- Health check: `/healthz`
- Config is persisted at `/data/config.json` (mounted volume)
- `BUILD_VERSION` is optional; when omitted, Docker build falls back to the repo `VERSION` file automatically
## First-time setup
1. Open your service URL, then visit `/admin`