From ba7950c30c7c0699fbba23ace2189ddbff0d9c5e Mon Sep 17 00:00:00 2001 From: SimolZimol <70102430+SimolZimol@users.noreply.github.com> Date: Fri, 12 Dec 2025 04:13:52 +0100 Subject: [PATCH] modified: Dockerfile --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 889c076..4840580 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,8 +18,7 @@ RUN pip install --upgrade pip && pip install -r requirements.txt # Copy application code COPY app.py ./ -COPY templates ./templates -COPY static ./static +## Keine templates/static Ordner nötig, da alles inline gerendert wird # Environment variables from Coolify (if used) ENV DEMO=$DEMO