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

@@ -22,7 +22,7 @@ func LoadConfig() *Config {
dbPath := os.Getenv("DB_PATH")
if dbPath == "" {
dbPath = "./registry.db"
dbPath = "./registry/registry.db"
}
registry := os.Getenv("REGISTRY_PATH")