modified: Dockerfile

This commit is contained in:
SimolZimol
2025-12-12 04:24:09 +01:00
parent 9043f29194
commit 04a10e0529

View File

@@ -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