Commit Graph

8 Commits

Author SHA1 Message Date
Christian Krakau-Louis be71f99f06 updated the build file
Please enter the commit message for your changes. Lines starting
2025-03-27 16:00:33 +01:00
Christian Krakau-Louis 373efa0e03 Merge pull request #1 from christianlouis/dependabot/pip/requests-2.32.2
Bump requests from 2.31.0 to 2.32.2
2025-03-27 15:19:23 +01:00
Christian Krakau-Louis ac7131bc09 Merge branch 'main' into dependabot/pip/requests-2.32.2 2025-03-27 15:19:10 +01:00
Christian Krakau-Louis 2e35b56076 Merge pull request #2 from christianlouis/dependabot/pip/reportlab-3.6.13
Bump reportlab from 3.6.12 to 3.6.13
2025-03-27 15:18:24 +01:00
dependabot[bot] 59740da970 Bump reportlab from 3.6.12 to 3.6.13
Bumps [reportlab](https://www.reportlab.com/) from 3.6.12 to 3.6.13.

---
updated-dependencies:
- dependency-name: reportlab
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-27 14:17:25 +00:00
dependabot[bot] 443b8b8498 Bump requests from 2.31.0 to 2.32.2
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-27 14:17:23 +00:00
Christian Krakau-Louis 46bf8705d6 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
2025-03-27 15:16:12 +01:00
Christian Krakau-Louis 5618cc33bc Initial commit 2025-03-27 15:10:09 +01:00