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