Add Dockerfile, also some bug fixes

This commit is contained in:
Sivert V. Sæther
2025-09-30 15:23:44 +02:00
parent ef77991a1f
commit ac499c62fe
4 changed files with 57 additions and 19 deletions

View File

@@ -6,4 +6,5 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"flask>=3.1.2",
"gunicorn>=23.0.0",
]