feat: add Docker build

This commit is contained in:
2025-10-27 15:18:55 +01:00
parent 6ed905b9f3
commit 0c1434a9da
6 changed files with 73 additions and 5 deletions

View File

@@ -122,7 +122,7 @@ go test ./...
- `main.go` - Main application with HTTP server and API handlers
- `api/openapi.yaml` - OpenAPI specification
- `registry/` - Firmware storage directory (created automatically)
- `registry.db` - SQLite database (created automatically)
- `registry.db` - SQLite database (created automatically)
## License