refactor + macro fixes + theme system

This commit is contained in:
2026-03-19 22:58:34 -03:00
parent c0acb64028
commit 6624733756
25 changed files with 308 additions and 66 deletions

View File

@@ -9,7 +9,7 @@ RUN pip install --no-cache-dir -r requirements.txt
# Copy source code
COPY app.py .
COPY templates/ ./templates/
#COPY static/ ./static/
COPY static/ ./static/
#COPY .env .
# Create the folder structure for the volume mounts