Moved logging setup to seperate module
All checks were successful
Build & Publish to GHCR / build (push) Successful in 1m11s

This commit is contained in:
2025-11-03 19:54:17 +01:00
parent 6cb52c1b2a
commit bfc8abd441
8 changed files with 8 additions and 35 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