Add initial setup for Dockerized application

- Added GitHub Actions workflow for building Docker images (.github/workflows/docker-image.yml)
- Created Dockerfile for containerizing the application
- Implemented main application logic in app.py
- Added requirements.txt for managing Python dependencies
This commit is contained in:
Christian Krakau-Louis
2025-03-27 15:16:12 +01:00
parent 5618cc33bc
commit 46bf8705d6
4 changed files with 114 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
Flask==2.2.5
requests==2.31.0
reportlab==3.6.12
Faker==18.9.0