Favicon: PNG-Icon (static/favicon.png), SVG entfernt

This commit is contained in:
2026-01-29 14:57:41 +01:00
parent 7672775306
commit 9375533cd1
3 changed files with 2 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY kantine2ical.py app.py ./
COPY templates/ templates/
COPY static/ static/
RUN useradd -m appuser
USER appuser