Moved logging setup to seperate module
All checks were successful
/ build (push) Successful in 59s

This commit is contained in:
2025-11-03 19:47:37 +01:00
parent 5672af8d3f
commit 3ceaf3f455
9 changed files with 9 additions and 36 deletions

View File

@@ -1,5 +1,7 @@
FROM python:3.12-slim
RUN apt-get update && apt-get install -y git
COPY requirements.txt .
RUN pip install --no-cache-dir -r requirements.txt