Add dockerized detector and UI cleanup

This commit is contained in:
2026-04-11 16:45:22 +02:00
parent 3b5a9e8635
commit ecbf948a74
7 changed files with 148 additions and 26 deletions

8
docker-compose.yml Normal file
View File

@@ -0,0 +1,8 @@
services:
face-lock:
build: .
ports:
- "8000:8000"
env_file:
- .env
restart: unless-stopped