From 1c3ea8fb8763da3c954617cff7d5d566730ff999 Mon Sep 17 00:00:00 2001 From: Stefan Koelle Date: Tue, 4 Aug 2026 19:27:51 +0200 Subject: [PATCH] LICENSE --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 847dda0..b00ba54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt COPY app ./app COPY config.yaml ./config.yaml +COPY LICENSE ./LICENSE ENV CONFIG_PATH=/app/config.yaml ENV TZ=Europe/Berlin