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