modified: Dockerfile

This commit is contained in:
SimolZimol
2025-12-12 04:13:52 +01:00
parent eb78f90d8f
commit ba7950c30c

View File

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