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