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

@@ -57,7 +57,7 @@ The refactored code follows a clean architecture pattern with clear separation o
## Environment Variables
- `PORT`: Server port (default: 3002)
- `DB_PATH`: Database file path (default: ./registry.db)
- `DB_PATH`: Database file path (default: ./registry/registry.db)
- `REGISTRY_PATH`: Firmware storage directory (default: registry)
- `MAX_UPLOAD_SIZE`: Maximum upload size in bytes (default: 32MB)