Add admin dashboard and tool icons

This commit is contained in:
Nirodan
2026-01-22 12:18:27 +01:00
parent a944f7dd5d
commit 0699158486
8 changed files with 448 additions and 3 deletions
+1
View File
@@ -14,6 +14,7 @@ COPY backend/app.py ./backend/app.py
COPY backend/util ./backend/util
COPY backend/auth ./backend/auth
COPY backend/tools ./backend/tools
COPY backend/admin.py ./backend/admin.py
COPY backend/templates ./backend/templates
# Store DB config in a docker-friendly location (/config), override via DB_CONFIG_PATH env if needed
COPY backend/config /config