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

4
src/app.py Normal file
View File

@@ -0,0 +1,4 @@
if __name__ == "__main__":
print("Hello World!")