Remove obsolete Docker configuration and documentation; add new Dockerfile, docker-compose, and update README for project setup

This commit is contained in:
2025-09-03 16:36:19 +02:00
parent d743a891ff
commit a88b2bdd60
11 changed files with 116 additions and 208 deletions

8
docker-compose.yaml Normal file
View File

@@ -0,0 +1,8 @@
services:
app:
build: .
container_name: upo-app-ai
ports:
- "8000:8000"
volumes:
- .:/app