use stable tag

This commit is contained in:
lowcarbdev
2025-11-11 22:44:17 -07:00
parent 7d53f20673
commit e19dfe8045
3 changed files with 9 additions and 18 deletions
+9
View File
@@ -11,6 +11,15 @@
Build with `go build -tags "fts5 heic"`
To run the latest development version:
```bash
docker run -d \
-p 8081:8081 \
-v $(pwd)/data:/data \
-e DB_PATH_PREFIX=/data \
ghcr.io/lowcarbdev/sbv:latest
```
## Tests
Run all tests: