feat: implemented account system

This commit is contained in:
2026-03-09 22:34:27 +01:00
parent 0579c24d9c
commit dd0d0cfde6
8 changed files with 1152 additions and 192 deletions

View File

@@ -23,6 +23,7 @@ COPY requirements.txt /app/requirements.txt
RUN pip install --no-cache-dir -r /app/requirements.txt
COPY app.py /app/app.py
COPY db.py /app/db.py
COPY utils.py /app/utils.py
COPY templates /app/templates
COPY static /app/static