This commit is contained in:
2026-02-19 14:52:38 +00:00
3 changed files with 4 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
**/__pycache__

View File

@@ -4,3 +4,5 @@ services:
build: ./src
volumes:
- "./src/data:/data"
ports:
- "5000:5000"