add docker build

This commit is contained in:
LunaChocken
2026-03-16 20:07:33 +00:00
parent 06d19c8c8d
commit e9f5586f48
5 changed files with 214 additions and 4 deletions
+4 -1
View File
@@ -4,4 +4,7 @@ version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = []
dependencies = [
"prometheus-client>=0.24.1",
"python-dotenv>=1.2.2",
]