using own fullcalendar component

This commit is contained in:
2025-06-14 05:15:12 +00:00
parent 16bcef42aa
commit 4738740292
9 changed files with 103 additions and 40 deletions

View File

@@ -14,6 +14,7 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*
# --- Python-Abhängigkeiten kopieren und installieren ---
COPY dash_using_fullcalendar-0.0.1.tar.gz ./
COPY requirements.txt ./
RUN pip install --no-cache-dir -r requirements.txt