Add files via upload

This commit is contained in:
2025-11-09 16:11:29 +01:00
committed by GitHub
commit 2cf0836dd1
15 changed files with 4070 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
services:
web:
build: .
ports:
- "5000:5000"
volumes:
- .:/app
environment:
- FLASK_ENV=development